Home
last modified time | relevance | path

Searched refs:y_out (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/freetype/src/autofit/
A Dafangles.c29 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;
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_lmeter.c286 lv_coord_t y_out = (int32_t)((int32_t)lv_trigo_sin(angle) * r_out) >> LV_TRIGO_SHIFT; in lv_lmeter_design() local
294 y_out = lv_lmeter_coord_round(y_out); in lv_lmeter_design()
304 p1.y = y_out + y_ofs; in lv_lmeter_design()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dframe_dec.c179 uint8_t* const y_out = dec->cache_y_ + mb_x * 16 + y_offset; in ReconstructRow() local
183 memcpy(y_out + j * dec->cache_y_stride_, y_dst + j * BPS, 16); in ReconstructRow()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.c939 FT_Pos y_out ) in psh_corner_is_flat() argument
956 ay = y_out; in psh_corner_is_flat()
964 ay = y_out + y_in; in psh_corner_is_flat()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dquant_enc.c59 const uint8_t* const y_out = it->yuv_out_ + Y_OFF_ENC; in PrintBlockInfo() local
66 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