Searched defs:ss_x (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_iface_common.h19 const int ss_x = yv12->uv_crop_width < yv12->y_crop_width; local
23 if (!ss_x) {
39 img->x_chroma_shift = ss_x;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_alloccommon.c155 const int ss_x = cm->subsampling_x; 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_blockd.c141 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { argument
146 xd->plane[i].subsampling_x = i ? ss_x : 0;
H A Dvp9_reconinter.c213 int bw, int bh, int ss_x, int ss_y) {
223 src_mv->col * (1 << (1 - ss_x))
225 assert(ss_x <= 1);
229 xd->mb_to_left_edge * (1 << (1 - ss_x)) - spel_left,
230 xd->mb_to_right_edge * (1 << (1 - ss_x)) + spel_right,
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_loopfilter.c910 const int ss_x = plane->subsampling_x; local
912 const int row_step = 1 << ss_x;
946 const int skip_border_4x4_c = ss_x && mi_col + c == cm->mi_cols - 1;
950 if (!(lfl[(r << 3) + (c >> ss_x)] =
956 if (!skip_this_c && ((c >> ss_x) & 3) == 0) {
958 mask_16x16_c |= 1 << (c >> ss_x);
960 mask_8x8_c |= 1 << (c >> ss_x);
964 mask_16x16[r] |= 1 << (c >> ss_x);
966 mask_8x8[r] |= 1 << (c >> ss_x);
969 if (!skip_this_c && ((c >> ss_x)
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_alloccommon.c119 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,
H A Dvp9_blockd.c141 void vp9_setup_block_planes(MACROBLOCKD *xd, int ss_x, int ss_y) { argument
146 xd->plane[i].subsampling_x = i ? ss_x : 0;
H A Dvp9_reconinter.c118 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,
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.c908 const int ss_x = plane->subsampling_x; local
910 const int row_step = 1 << ss_x;
944 const int skip_border_4x4_c = ss_x && mi_col + c == cm->mi_cols - 1;
948 if (!(lfl[(r << 3) + (c >> ss_x)] =
954 if (!skip_this_c && ((c >> ss_x) & 3) == 0) {
956 mask_16x16_c |= 1 << (c >> ss_x);
958 mask_8x8_c |= 1 << (c >> ss_x);
962 mask_16x16[r] |= 1 << (c >> ss_x);
964 mask_8x8[r] |= 1 << (c >> ss_x);
967 if (!skip_this_c && ((c >> ss_x)
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dyv12config.c142 int ss_x, int ss_y,
156 const int uv_width = aligned_width >> ss_x;
158 const int uv_stride = y_stride >> ss_x;
159 const int uv_border_w = border >> ss_x;
237 ybf->uv_crop_width = (width + ss_x) >> ss_x;
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.c162 const int ss_x = ybf->uv_width < ybf->y_width; local
165 const int c_el = ext_size >> ss_x;
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/mips/dspr2/
H A Dyv12extend_dspr2.c110 const int ss_x = ybf->uv_width < ybf->y_width; local
113 const int c_el = ext_size >> ss_x;
/external/libvpx/libvpx/vpx_scale/generic/
H A Dyv12config.c137 int ss_x, int ss_y, int border,
146 const int uv_width = aligned_width >> ss_x;
148 const int uv_stride = y_stride >> ss_x;
149 const int uv_border_w = border >> ss_x;
214 ybf->uv_crop_width = (width + ss_x) >> ss_x;
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

Completed in 2536 milliseconds