Searched refs:y_out (Results 1 – 5 of 5) sorted by relevance
29 FT_Pos y_out )46 ay = y_out;54 ay = y_out + y_in;67 FT_Pos y_out )72 delta = x_in * y_out - y_in * x_out;
286 lv_coord_t y_out = (int32_t)((int32_t)lv_trigo_sin(angle) * r_out) >> LV_TRIGO_SHIFT; in lv_lmeter_design() local294 y_out = lv_lmeter_coord_round(y_out); in lv_lmeter_design()304 p1.y = y_out + y_ofs; in lv_lmeter_design()
179 uint8_t* const y_out = dec->cache_y_ + mb_x * 16 + y_offset; in ReconstructRow() local183 memcpy(y_out + j * dec->cache_y_stride_, y_dst + j * BPS, 16); in ReconstructRow()
939 FT_Pos y_out ) in psh_corner_is_flat() argument956 ay = y_out; in psh_corner_is_flat()964 ay = y_out + y_in; in psh_corner_is_flat()
59 const uint8_t* const y_out = it->yuv_out_ + Y_OFF_ENC; in PrintBlockInfo() local66 for (i = 0; i < 16; ++i) printf("%3d ", y_out[i + j * BPS]); in PrintBlockInfo()69 printf("%1d ", abs(y_in[i + j * BPS] - y_out[i + j * BPS])); in PrintBlockInfo()
Completed in 12 milliseconds