Home
last modified time | relevance | path

Searched refs:SUBPEL_MASK (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_reconinter.c91 const int subpel_x = mv.col & SUBPEL_MASK; in vp9_build_inter_predictor()
92 const int subpel_y = mv.row & SUBPEL_MASK; in vp9_build_inter_predictor()
191 subpel_x = scaled_mv.col & SUBPEL_MASK; in build_inter_predictors()
192 subpel_y = scaled_mv.row & SUBPEL_MASK; in build_inter_predictors()
333 subpel_x = scaled_mv.col & SUBPEL_MASK; in dec_build_inter_predictors()
334 subpel_y = scaled_mv.row & SUBPEL_MASK; in dec_build_inter_predictors()
355 if (subpel_x || (sf->x_step_q4 & SUBPEL_MASK)) { in dec_build_inter_predictors()
361 if (subpel_y || (sf->y_step_q4 & SUBPEL_MASK)) { in dec_build_inter_predictors()
Dvp9_scale.c45 const int x_off_q4 = scaled_x(x << SUBPEL_BITS, sf) & SUBPEL_MASK; in vp9_scale_mv()
46 const int y_off_q4 = scaled_y(y << SUBPEL_BITS, sf) & SUBPEL_MASK; in vp9_scale_mv()
Dvp9_convolve.c31 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_horiz()
53 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK]; in convolve_avg_horiz()
77 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_vert()
100 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_avg_vert()
Dvp9_filter.h26 #define SUBPEL_MASK ((1 << SUBPEL_BITS) - 1) macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_resize.c25 #define SUBPEL_MASK ((1 << SUBPEL_BITS) - 1) macro
261 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate()
276 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate()
289 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate()
300 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate()