Home
last modified time | relevance | path

Searched defs:new_y (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Descape130.c34 uint8_t *new_y, *old_y; member
199 *new_y, *new_cb, *new_cr; in escape130_decode_frame() local
/third_party/skia/third_party/externals/tint/src/
Dclone_context_test.cc780 Symbol new_y = cloned.Symbols().New(); in TEST_F() local
808 Symbol new_y = cloned.Symbols().New("b"); in TEST_F() local
836 Symbol new_y = cloned.Symbols().New("b"); in TEST_F() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dyuv.c209 const int new_y = (int)dst[i] + diff_y; in SharpYUVUpdateY_C() local
Dyuv_neon.c206 const int new_y = (int)(dst[i]) + diff_y; in SharpYUVUpdateY_NEON() local
Dyuv_sse2.c784 const int new_y = (int)dst[i] + diff_y; in SharpYUVUpdateY_SSE2() local
/third_party/ffmpeg/libavfilter/
Dvf_lensfun.c316 float interpolated, new_x, new_y, d, norm; in distortion_correction_filter_slice() local
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c1039 int new_x, new_y, max_x; in get_texel_cube_seamless() local