/external/libvpx/libvpx/vpx_scale/ |
yv12config.h | 65 int width, int height, int ss_x, int ss_y, 68 int width, int height, int ss_x, int ss_y,
|
/external/libvpx/libvpx/vpx_scale/generic/ |
yv12config.c | 126 int ss_x, int ss_y, int border) { 133 const int uv_height = aligned_height >> ss_y; 136 const int uv_border_h = border >> ss_y; 177 ybf->uv_crop_height = (height + ss_y) >> ss_y; 206 int ss_x, int ss_y, int border) { 209 return vp9_realloc_frame_buffer(ybf, width, height, ss_x, ss_y, border);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_alloccommon.c | 86 const int ss_y = cm->subsampling_y; local 89 if (vp9_realloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y, 139 const int ss_y = cm->subsampling_y; local 146 if (vp9_alloc_frame_buffer(&cm->yv12_fb[i], width, height, ss_x, ss_y, 162 if (vp9_alloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
|
vp9_reconinter.c | 96 int bw, int bh, int ss_x, int ss_y) { 105 src_mv->row * (1 << (1 - ss_y)), 109 assert(ss_y <= 1); 114 xd->mb_to_top_edge * (1 << (1 - ss_y)) - spel_top, 115 xd->mb_to_bottom_edge * (1 << (1 - ss_y)) + spel_bottom);
|
vp9_loopfilter.c | 875 const int ss_y = plane->subsampling_y; local [all...] |
vp9_blockd.h | 262 static void setup_block_dptrs(MACROBLOCKD *xd, int ss_x, int ss_y) { 268 xd->plane[i].subsampling_y = i ? ss_y : 0;
|