Home
last modified time | relevance | path

Searched refs:SCALE_SUBPEL_BITS (Results 1 – 10 of 10) sorted by relevance

/external/libaom/libaom/aom_dsp/
Daom_filter.h28 #define SCALE_SUBPEL_BITS 10 macro
29 #define SCALE_SUBPEL_SHIFTS (1 << SCALE_SUBPEL_BITS)
31 #define SCALE_EXTRA_BITS (SCALE_SUBPEL_BITS - SUBPEL_BITS)
Dvariance.c332 << SCALE_SUBPEL_BITS; in aom_upsampled_pred_c()
334 << SCALE_SUBPEL_BITS; in aom_upsampled_pred_c()
339 pre_buf->buf0 + (pos_y >> SCALE_SUBPEL_BITS) * pre_buf->stride + in aom_upsampled_pred_c()
340 (pos_x >> SCALE_SUBPEL_BITS); in aom_upsampled_pred_c()
924 << SCALE_SUBPEL_BITS; in aom_highbd_upsampled_pred_c()
926 << SCALE_SUBPEL_BITS; in aom_highbd_upsampled_pred_c()
931 pre_buf->buf0 + (pos_y >> SCALE_SUBPEL_BITS) * pre_buf->stride + in aom_highbd_upsampled_pred_c()
932 (pos_x >> SCALE_SUBPEL_BITS); in aom_highbd_upsampled_pred_c()
/external/libaom/libaom/av1/common/x86/
Dav1_convolve_scale_sse4.c37 const uint8_t *const src_col = src + (x_qn >> SCALE_SUBPEL_BITS); in hfilter8()
138 const int16_t *src_y = src + (y_qn >> SCALE_SUBPEL_BITS); in vfilter8()
241 int im_h = (((h - 1) * y_step_qn + subpel_y_qn) >> SCALE_SUBPEL_BITS) + in av1_convolve_2d_scale_sse4_1()
276 const uint16_t *const src_col = src + (x_qn >> SCALE_SUBPEL_BITS); in highbd_hfilter8()
370 const int16_t *src_y = src + (y_qn >> SCALE_SUBPEL_BITS); in highbd_vfilter8()
481 int im_h = (((h - 1) * y_step_qn + subpel_y_qn) >> SCALE_SUBPEL_BITS) + in av1_highbd_convolve_2d_scale_sse4_1()
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c53 << SCALE_SUBPEL_BITS; in calc_subpel_params()
54 const int right = (pre_buf->width + AOM_INTERP_EXTEND) << SCALE_SUBPEL_BITS; in calc_subpel_params()
58 *pre = pre_buf->buf0 + (pos_y >> SCALE_SUBPEL_BITS) * pre_buf->stride + in calc_subpel_params()
59 (pos_x >> SCALE_SUBPEL_BITS); in calc_subpel_params()
299 src += (mv.row >> SCALE_SUBPEL_BITS) * src_stride + in av1_build_inter_predictor()
300 (mv.col >> SCALE_SUBPEL_BITS); in av1_build_inter_predictor()
/external/libaom/libaom/av1/common/
Dscale.c53 return ROUND_POWER_OF_TWO(scale_fp, REF_SCALE_SHIFT - SCALE_SUBPEL_BITS); in fixed_point_scale_to_coarse_point_scale()
Dconvolve.c460 int im_h = (((h - 1) * y_step_qn + subpel_y_qn) >> SCALE_SUBPEL_BITS) + in av1_convolve_2d_scale_c()
477 const uint8_t *const src_x = &src_horiz[(x_qn >> SCALE_SUBPEL_BITS)]; in av1_convolve_2d_scale_c()
499 const int16_t *src_y = &src_vert[(y_qn >> SCALE_SUBPEL_BITS) * im_stride]; in av1_convolve_2d_scale_c()
964 int im_h = (((h - 1) * y_step_qn + subpel_y_qn) >> SCALE_SUBPEL_BITS) + in av1_highbd_convolve_2d_scale_c()
979 const uint16_t *const src_x = &src_horiz[(x_qn >> SCALE_SUBPEL_BITS)]; in av1_highbd_convolve_2d_scale_c()
1001 const int16_t *src_y = &src_vert[(y_qn >> SCALE_SUBPEL_BITS) * im_stride]; in av1_highbd_convolve_2d_scale_c()
Dreconinter.h32 (AOM_LEFT_TOP_MARGIN_PX(subsampling) << SCALE_SUBPEL_BITS)
/external/libaom/libaom/aom_dsp/x86/
Dvariance_sse2.c535 << SCALE_SUBPEL_BITS; in aom_upsampled_pred_sse2()
537 << SCALE_SUBPEL_BITS; in aom_upsampled_pred_sse2()
542 pre_buf->buf0 + (pos_y >> SCALE_SUBPEL_BITS) * pre_buf->stride + in aom_upsampled_pred_sse2()
543 (pos_x >> SCALE_SUBPEL_BITS); in aom_upsampled_pred_sse2()
Dhighbd_variance_sse2.c666 << SCALE_SUBPEL_BITS; in aom_highbd_upsampled_pred_sse2()
668 << SCALE_SUBPEL_BITS; in aom_highbd_upsampled_pred_sse2()
673 pre_buf->buf0 + (pos_y >> SCALE_SUBPEL_BITS) * pre_buf->stride + in aom_highbd_upsampled_pred_sse2()
674 (pos_x >> SCALE_SUBPEL_BITS); in aom_highbd_upsampled_pred_sse2()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c574 << SCALE_SUBPEL_BITS; in dec_calc_subpel_params()
575 const int right = (pre_buf->width + AOM_INTERP_EXTEND) << SCALE_SUBPEL_BITS; in dec_calc_subpel_params()
585 block->x0 = pos_x >> SCALE_SUBPEL_BITS; in dec_calc_subpel_params()
586 block->y0 = pos_y >> SCALE_SUBPEL_BITS; in dec_calc_subpel_params()
590 ((pos_x + (bw - 1) * subpel_params->xs) >> SCALE_SUBPEL_BITS) + 1; in dec_calc_subpel_params()
592 ((pos_y + (bh - 1) * subpel_params->ys) >> SCALE_SUBPEL_BITS) + 1; in dec_calc_subpel_params()