/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/ |
yv12config.h | 67 int width, int height, int ss_x, int ss_y, 77 int width, int height, int ss_x, int ss_y,
|
/external/libvpx/libvpx/vpx_scale/generic/ |
yv12config.c | 139 int ss_x, int ss_y, 155 const int uv_width = aligned_width >> ss_x; 157 const int uv_stride = y_stride >> ss_x; 158 const int uv_border_w = border >> ss_x; 240 ybf->uv_crop_width = (width + ss_x) >> ss_x; 248 ybf->subsampling_x = ss_x; 287 int ss_x, int ss_y, 295 return vpx_realloc_frame_buffer(ybf, width, height, ss_x, ss_y,
|
yv12extend.c | 164 const int ss_x = ybf->uv_width < ybf->y_width; local 167 const int c_el = ext_size >> ss_x;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
yv12config.c | 139 int ss_x, int ss_y, int border, 150 const int uv_width = aligned_width >> ss_x; 152 int uv_stride = y_stride >> ss_x; 153 const int uv_border_w = border >> ss_x; 201 uv_stride = y_stride >> ss_x; 249 ybf->uv_crop_width = (width + ss_x) >> ss_x; 279 int ss_x, int ss_y, int border) { 282 return vp9_realloc_frame_buffer(ybf, width, height, ss_x, ss_y, border,
|
/external/libvpx/libvpx/vpx_scale/ |
yv12config.h | 76 int width, int height, int ss_x, int ss_y, 90 int width, int height, int ss_x, int ss_y,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_alloccommon.c | 119 const int ss_x = cm->subsampling_x; local 122 if (vp9_realloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y, 165 const int ss_x = cm->subsampling_x; local 174 ss_x, ss_y, VP9_ENC_BORDER_IN_PIXELS) < 0) 186 if (vp9_alloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
|
vp9_loopfilter.c | 908 const int ss_x = plane->subsampling_x; local [all...] |
vp9_blockd.c | 141 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { 146 xd->plane[i].subsampling_x = i ? ss_x : 0;
|
vp9_reconinter.c | 118 int bw, int bh, int ss_x, int ss_y) { 128 src_mv->col * (1 << (1 - ss_x)) 130 assert(ss_x <= 1); 134 xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left, 135 xd->mb_to_right_edge * (1 << (1 - ss_x)) + spel_right,
|
vp9_blockd.h | 273 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y); 279 // TODO(dkovalev): Assuming YUV420 (ss_x == 1, ss_y == 1)
|
/external/libvpx/libvpx/vp9/common/ |
vp9_blockd.c | 128 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { 132 xd->plane[i].subsampling_x = i ? ss_x : 0;
|
vp9_loopfilter.c | 1166 const int ss_x = plane->subsampling_x; local [all...] |
vp9_reconinter.c | 109 int bw, int bh, int ss_x, int ss_y) { 119 src_mv->col * (1 << (1 - ss_x)) 121 assert(ss_x <= 1); 125 xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left, 126 xd->mb_to_right_edge * (1 << (1 - ss_x)) + spel_right,
|
vp9_reconinter.h | 51 int bw, int bh, int ss_x, int ss_y);
|
vp9_blockd.h | 233 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y);
|
/external/libvpx/libvpx/vpx_scale/mips/dspr2/ |
yv12extend_dspr2.c | 110 const int ss_x = ybf->uv_width < ybf->y_width; local 113 const int c_el = ext_size >> ss_x;
|