Home
last modified time | relevance | path

Searched refs:new_y (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Descape130.c34 uint8_t *new_y, *old_y; member
140 s->new_y = s->buf1; in escape130_decode_init()
141 s->new_u = s->new_y + avctx->width * avctx->height; in escape130_decode_init()
199 *new_y, *new_cb, *new_cr; in escape130_decode_frame() local
222 new_y = s->new_y; in escape130_decode_frame()
286 new_y[0] = y[0]; in escape130_decode_frame()
287 new_y[1] = y[1]; in escape130_decode_frame()
288 new_y[new_y_stride] = y[2]; in escape130_decode_frame()
289 new_y[new_y_strid in escape130_decode_frame()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_lensfun.c316 float interpolated, new_x, new_y, d, norm; in distortion_correction_filter_slice() local
337 new_y = thread_data->distortion_coords[x * 2 * 3 + y * thread_data->width * 2 * 3 + rgb_index * 2 + 1]; in distortion_correction_filter_slice()
338 new_y_int = new_y; in distortion_correction_filter_slice()
343 thread_data->data_in[ new_x_int * 3 + rgb_index + new_y_int * thread_data->linesize_in] * (new_x_int + 1 - new_x) * (new_y_int + 1 - new_y) in distortion_correction_filter_slice()
344 + thread_data->data_in[(new_x_int + 1) * 3 + rgb_index + new_y_int * thread_data->linesize_in] * (new_x - new_x_int) * (new_y_int + 1 - new_y) in distortion_correction_filter_slice()
345 + thread_data->data_in[ new_x_int * 3 + rgb_index + (new_y_int + 1) * thread_data->linesize_in] * (new_x_int + 1 - new_x) * (new_y - new_y_int) in distortion_correction_filter_slice()
346 + thread_data->data_in[(new_x_int + 1) * 3 + rgb_index + (new_y_int + 1) * thread_data->linesize_in] * (new_x - new_x_int) * (new_y - new_y_int); in distortion_correction_filter_slice()
354 new_y = thread_data->distortion_coords[x * 2 * 3 + y * thread_data->width * 2 * 3 + rgb_index * 2 + 1]; in distortion_correction_filter_slice()
355 new_y_int = new_y; in distortion_correction_filter_slice()
360 d = square(new_x - (new_x_int + i - 2)) * square(new_y in distortion_correction_filter_slice()
[all...]
/third_party/python/Lib/idlelib/
H A Dautocomplete_w.py260 new_y = text.winfo_rooty() + y
264 new_y += cy
267 new_y -= acw_height
268 acw.wm_geometry("+%d+%d" % (new_x, new_y))
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dyuv.c209 const int new_y = (int)dst[i] + diff_y; in SharpYUVUpdateY_C() local
210 dst[i] = clip_y(new_y); in SharpYUVUpdateY_C()
H A Dyuv_neon.c196 const int16x8_t F = vaddq_s16(C, D); // new_y in SharpYUVUpdateY_NEON()
206 const int new_y = (int)(dst[i]) + diff_y; in SharpYUVUpdateY_NEON() local
207 dst[i] = clip_y_NEON(new_y); in SharpYUVUpdateY_NEON()
H A Dyuv_sse2.c773 const __m128i F = _mm_add_epi16(C, D); // new_y in SharpYUVUpdateY_SSE2()
784 const int new_y = (int)dst[i] + diff_y; in SharpYUVUpdateY_SSE2() local
785 dst[i] = clip_y(new_y); in SharpYUVUpdateY_SSE2()
/third_party/skia/third_party/externals/tint/src/
H A Dclone_context_test.cc780 Symbol new_y = cloned.Symbols().New(); in TEST_F() local
787 EXPECT_EQ(cloned.Symbols().NameFor(new_y), "tint_symbol_2"); in TEST_F()
808 Symbol new_y = cloned.Symbols().New("b"); in TEST_F() local
815 EXPECT_EQ(cloned.Symbols().NameFor(new_y), "b"); in TEST_F()
836 Symbol new_y = cloned.Symbols().New("b"); in TEST_F() local
843 EXPECT_EQ(cloned.Symbols().NameFor(new_y), "b_1"); in TEST_F()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c1039 int new_x, new_y, max_x; in get_texel_cube_seamless() local
1045 new_y = y; in get_texel_cube_seamless()
1063 new_y = get_next_ycoord(face, 0, max_x -1, x, y); in get_texel_cube_seamless()
1070 new_y = get_next_ycoord(face, 1, max_x -1, x, y); in get_texel_cube_seamless()
1074 new_y = get_next_ycoord(face, 2, max_x -1, x, y); in get_texel_cube_seamless()
1078 new_y = get_next_ycoord(face, 3, max_x -1, x, y); in get_texel_cube_seamless()
1082 return get_texel_3d_no_border(sp_sview, addr, new_x, new_y, layer + face); in get_texel_cube_seamless()

Completed in 18 milliseconds