Searched refs:ref_h (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_non_greedy_mv.c | 474 int ref_h = row * bh + search_mf[row * cols + col].row; in vp9_get_local_structure() local 484 ref_h = ref_h < 0 ? 0 : (ref_h >= height - bh ? height - bh - 1 : ref_h); in vp9_get_local_structure() 490 ref_offset = ref_h * ref_stride + ref_w; in vp9_get_local_structure() 496 if (ref_h - bh >= 0) { in vp9_get_local_structure() 502 if (ref_h + bh < height - bh) { in vp9_get_local_structure() 507 if (ref_h - bh >= 0 && ref_h + bh < height - bh) { in vp9_get_local_structure()
|
/external/igt-gpu-tools/tests/ |
D | kms_rotation_crc.c | 202 unsigned int w, h, ref_w, ref_h, min_w, min_h; in prepare_fbs() local 242 ref_h = h; in prepare_fbs() 257 igt_create_fb(data->gfx_fd, ref_w, ref_h, pixel_format, tiling, in prepare_fbs() 280 igt_create_fb(data->gfx_fd, ref_w, ref_h, pixel_format, in prepare_fbs() 294 igt_create_fb(data->gfx_fd, ref_w, ref_h, pixel_format, tiling, &data->fb_unrotated); in prepare_fbs()
|