Searched refs:SUBPEL_MASK (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_filter.h26 #define SUBPEL_MASK ((1 << SUBPEL_BITS) - 1) macro
H A Dvp9_scale.c45 const int x_off_q4 = scaled_x(x << SUBPEL_BITS, sf) & SUBPEL_MASK;
46 const int y_off_q4 = scaled_y(y << SUBPEL_BITS, sf) & SUBPEL_MASK;
H A Dvp9_reconinter.c91 const int subpel_x = mv.col & SUBPEL_MASK;
92 const int subpel_y = mv.row & SUBPEL_MASK;
191 subpel_x = scaled_mv.col & SUBPEL_MASK;
192 subpel_y = scaled_mv.row & SUBPEL_MASK;
333 subpel_x = scaled_mv.col & SUBPEL_MASK;
334 subpel_y = scaled_mv.row & SUBPEL_MASK;
355 if (subpel_x || (sf->x_step_q4 & SUBPEL_MASK)) {
361 if (subpel_y || (sf->y_step_q4 & SUBPEL_MASK)) {
H A Dvp9_convolve.c31 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
53 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
77 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
100 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
/external/libvpx/libvpx/vp9/common/
H A Dvp9_filter.h26 #define SUBPEL_MASK ((1 << SUBPEL_BITS) - 1) macro
H A Dvp9_scale.c45 const int x_off_q4 = scaled_x(x << SUBPEL_BITS, sf) & SUBPEL_MASK;
46 const int y_off_q4 = scaled_y(y << SUBPEL_BITS, sf) & SUBPEL_MASK;
H A Dvp9_reconinter.c91 const int subpel_x = mv.col & SUBPEL_MASK;
92 const int subpel_y = mv.row & SUBPEL_MASK;
191 subpel_x = scaled_mv.col & SUBPEL_MASK;
192 subpel_y = scaled_mv.row & SUBPEL_MASK;
333 subpel_x = scaled_mv.col & SUBPEL_MASK;
334 subpel_y = scaled_mv.row & SUBPEL_MASK;
355 if (subpel_x || (sf->x_step_q4 & SUBPEL_MASK)) {
361 if (subpel_y || (sf->y_step_q4 & SUBPEL_MASK)) {
H A Dvp9_convolve.c31 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
53 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
77 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
100 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_resize.c25 #define SUBPEL_MASK ((1 << SUBPEL_BITS) - 1) macro
261 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
276 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
289 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
300 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_resize.c25 #define SUBPEL_MASK ((1 << SUBPEL_BITS) - 1) macro
261 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
276 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
289 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
300 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;

Completed in 203 milliseconds