Searched refs:old_y (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | escape130.c | 34 uint8_t *new_y, *old_y; member 143 s->old_y = s->buf2; in escape130_decode_init() 144 s->old_u = s->old_y + avctx->width * avctx->height; in escape130_decode_init() 146 memset(s->old_y, 0, avctx->width * avctx->height); in escape130_decode_init() 198 uint8_t *old_y, *old_cb, *old_cr, in escape130_decode_frame() local 228 old_y = s->old_y; in escape130_decode_frame() 246 y[0] = old_y[0]; in escape130_decode_frame() 247 y[1] = old_y[1]; in escape130_decode_frame() 248 y[2] = old_y[old_y_strid in escape130_decode_frame() [all...] |
/third_party/libinput/test/ |
H A D | test-totem.c | 245 double current_x, current_y, old_x, old_y; in START_TEST() local 266 ck_assert_double_lt(current_y, old_y); in START_TEST() 269 old_y = current_y; in START_TEST()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_crop.c | 329 int old_y = s->y; in process_command() local 340 s->y = old_y; in process_command()
|
H A D | vf_drawbox.c | 413 int old_y = s->y; in process_command() local 431 s->y = old_y; in process_command()
|
Completed in 3 milliseconds