Searched refs:ss_y (Results 1 - 17 of 17) sorted by relevance

/external/libvpx/libvpx/vpx_scale/
H A Dyv12config.h65 int width, int height, int ss_x, int ss_y,
75 int width, int height, int ss_x, int ss_y,
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
H A Dyv12config.h69 int width, int height, int ss_x, int ss_y,
82 int width, int height, int ss_x, int ss_y,
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dyv12config.c142 int ss_x, int ss_y,
157 const int uv_height = aligned_height >> ss_y;
160 const int uv_border_h = border >> ss_y;
238 ybf->uv_crop_height = (height + ss_y) >> ss_y;
287 int ss_x, int ss_y,
294 return vp9_realloc_frame_buffer(ybf, width, height, ss_x, ss_y,
140 vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int use_highbitdepth, int border, vpx_codec_frame_buffer_t *fb, vpx_get_frame_buffer_cb_fn_t cb, void *cb_priv) argument
285 vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int use_highbitdepth, int border) argument
H A Dyv12extend.c163 const int ss_y = ybf->uv_height < ybf->y_height; local
164 const int c_et = ext_size >> ss_y;
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c137 int ss_x, int ss_y, int border,
147 const int uv_height = aligned_height >> ss_y;
150 const int uv_border_h = border >> ss_y;
215 ybf->uv_crop_height = (height + ss_y) >> ss_y;
244 int ss_x, int ss_y, int border) {
247 return vp9_realloc_frame_buffer(ybf, width, height, ss_x, ss_y, border,
135 vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int border, vpx_codec_frame_buffer_t *fb, vpx_get_frame_buffer_cb_fn_t cb, void *cb_priv) argument
242 vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int border) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_iface_common.h20 const int ss_y = yv12->uv_crop_height < yv12->y_crop_height; local
22 if (!ss_y) {
40 img->y_chroma_shift = ss_y;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_alloccommon.c120 const int ss_y = cm->subsampling_y; local
122 if (vp9_realloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
166 const int ss_y = cm->subsampling_y; 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,
H A Dvp9_blockd.c141 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { argument
147 xd->plane[i].subsampling_y = i ? ss_y : 0;
H A Dvp9_reconinter.c118 int bw, int bh, int ss_x, int ss_y) {
127 src_mv->row * (1 << (1 - ss_y)),
131 assert(ss_y <= 1);
136 xd->mb_to_top_edge * (1 << (1 - ss_y)) - spel_top,
137 xd->mb_to_bottom_edge * (1 << (1 - ss_y)) + spel_bottom);
117 clamp_mv_to_umv_border_sb(const MACROBLOCKD *xd, const MV *src_mv, int bw, int bh, int ss_x, int ss_y) argument
H A Dvp9_loopfilter.c909 const int ss_y = plane->subsampling_y; local
911 const int col_step = 1 << ss_y;
945 const int skip_border_4x4_r = ss_y && mi_row + r == cm->mi_rows - 1;
960 if (!skip_this_r && ((r >> ss_y) & 3) == 0) {
973 if (!skip_this_r && ((r >> ss_y) & 1) == 0) {
989 if (tx_size == TX_8X8 || ((r >> ss_y) & 3) == 0)
1015 const int skip_border_4x4_r = ss_y && mi_row + r == cm->mi_rows - 1;
H A Dvp9_blockd.h273 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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_blockd.c141 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { argument
147 xd->plane[i].subsampling_y = i ? ss_y : 0;
H A Dvp9_alloccommon.c156 const int ss_y = cm->subsampling_y; local
163 ss_x, ss_y,
174 if (vp9_alloc_frame_buffer(&cm->post_proc_buffer, width, height, ss_x, ss_y,
H A Dvp9_loopfilter.c911 const int ss_y = plane->subsampling_y; local
913 const int col_step = 1 << ss_y;
947 const int skip_border_4x4_r = ss_y && mi_row + r == cm->mi_rows - 1;
962 if (!skip_this_r && ((r >> ss_y) & 3) == 0) {
975 if (!skip_this_r && ((r >> ss_y) & 1) == 0) {
991 if (tx_size == TX_8X8 || ((r >> ss_y) & 3) == 0)
1017 const int skip_border_4x4_r = ss_y && mi_row + r == cm->mi_rows - 1;
H A Dvp9_reconinter.c213 int bw, int bh, int ss_x, int ss_y) {
222 src_mv->row * (1 << (1 - ss_y)),
226 assert(ss_y <= 1);
231 xd->mb_to_top_edge * (1 << (1 - ss_y)) - spel_top,
232 xd->mb_to_bottom_edge * (1 << (1 - ss_y)) + spel_bottom);
212 clamp_mv_to_umv_border_sb(const MACROBLOCKD *xd, const MV *src_mv, int bw, int bh, int ss_x, int ss_y) argument
H A Dvp9_blockd.h275 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c111 const int ss_y = ybf->uv_height < ybf->y_height; local
112 const int c_et = ext_size >> ss_y;

Completed in 323 milliseconds