/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) { 132 const int uv_width = aligned_width >> ss_x; 134 const int uv_stride = y_stride >> ss_x; 135 const int uv_border_w = border >> ss_x; 176 ybf->uv_crop_width = (width + ss_x) >> ss_x; 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 | 85 const int ss_x = cm->subsampling_x; local 89 if (vp9_realloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y, 138 const int ss_x = cm->subsampling_x; 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_loopfilter.c | 874 const int ss_x = plane->subsampling_x; local [all...] |
vp9_reconinter.c | 96 int bw, int bh, int ss_x, int ss_y) { 106 src_mv->col * (1 << (1 - ss_x)) 108 assert(ss_x <= 1); 112 xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left, 113 xd->mb_to_right_edge * (1 << (1 - ss_x)) + spel_right,
|
vp9_blockd.h | 262 static void setup_block_dptrs(MACROBLOCKD *xd, int ss_x, int ss_y) { 267 xd->plane[i].subsampling_x = i ? ss_x : 0;
|