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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_convolve.c 74 int y_q4 = y0_q4; local
76 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];
77 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
82 y_q4 += y_step_q4;
97 int y_q4 = y0_q4; local
99 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];
100 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
106 y_q4 += y_step_q4;
  /external/libvpx/libvpx/vpx_dsp/
vpx_convolve.c 75 int y_q4 = y0_q4; local
77 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];
78 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
83 y_q4 += y_step_q4;
98 int y_q4 = y0_q4; local
100 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];
101 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
107 y_q4 += y_step_q4;
401 int y_q4 = y0_q4; local
403 const uint16_t *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride]
427 int y_q4 = y0_q4; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_intrin_ssse3.c 658 int y_q4 = y0_q4; local
662 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];
663 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
665 if (y_q4 & SUBPEL_MASK) {
671 y_q4 += y_step_q4;
720 int y_q4 = y0_q4; local
724 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride]
811 int y_q4 = y0_q4; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 2597 const int y_q4 = y * (16 \/ factor) * src_h \/ dst_h; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_if.c 1938 const int y_q4 = y * (16 \/ factor) * in_h \/ out_h; local
    [all...]

Completed in 59 milliseconds