HomeSort by relevance Sort by last modified time
    Searched refs:SUBPEL_MASK (Results 1 - 12 of 12) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
vpx_filter.h 24 #define SUBPEL_MASK ((1 << SUBPEL_BITS) - 1)
vpx_convolve.c 32 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
54 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
78 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
101 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
353 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
378 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
404 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
430 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_filter.h 26 #define SUBPEL_MASK ((1 << SUBPEL_BITS) - 1)
vp9_scale.c 45 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;
vp9_reconinter.c 91 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)) {
vp9_convolve.c 31 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/
vp9_reconinter.c 48 const int subpel_x = mv.col & SUBPEL_MASK;
49 const int subpel_y = mv.row & SUBPEL_MASK;
70 const int subpel_x = mv.col & SUBPEL_MASK;
71 const int subpel_y = mv.row & SUBPEL_MASK;
212 subpel_x = scaled_mv.col & SUBPEL_MASK;
213 subpel_y = scaled_mv.row & SUBPEL_MASK;
vp9_scale.c 38 const int x_off_q4 = scaled_x(x << SUBPEL_BITS, sf) & SUBPEL_MASK;
39 const int y_off_q4 = scaled_y(y << SUBPEL_BITS, sf) & SUBPEL_MASK;
  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 29 #define SUBPEL_MASK ((1 << SUBPEL_BITS) - 1)
265 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
280 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
293 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
304 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
574 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
589 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
602 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
613 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_resize.c 25 #define SUBPEL_MASK ((1 << SUBPEL_BITS) - 1)
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/vpx_dsp/x86/
vpx_subpixel_8t_intrin_ssse3.c 474 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
475 if (x_q4 & SUBPEL_MASK) {
592 const int16_t *const x_filter = x_filters[x_q4 & SUBPEL_MASK];
593 if (x_q4 & SUBPEL_MASK) {
663 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
665 if (y_q4 & SUBPEL_MASK) {
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 622 subpel_x = scaled_mv.col & SUBPEL_MASK;
623 subpel_y = scaled_mv.row & SUBPEL_MASK;
    [all...]

Completed in 50 milliseconds