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

  /external/libvpx/libvpx/vpx_dsp/arm/
vpx_scaled_convolve8_neon.c 161 int y_q4 = y0_q4; local
166 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];
168 if (y_q4 & SUBPEL_MASK) {
169 const int16x8_t filters = vld1q_s16(y_filters[y_q4 & SUBPEL_MASK]);
195 y_q4 += y_step_q4;
204 int y_q4 = y0_q4; local
209 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];
210 if (y_q4 & SUBPEL_MASK) {
211 const int16x8_t filters = vld1q_s16(y_filters[y_q4 & SUBPEL_MASK]);
221 y_q4 += y_step_q4
230 int y_q4 = y0_q4; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
vpx_subpixel_8t_intrin_ssse3.c 420 int y_q4 = y0_q4; local
424 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];
425 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
427 if (y_q4 & SUBPEL_MASK) {
433 y_q4 += y_step_q4;
453 int y_q4 = y0_q4; local
457 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];
458 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
459 if (y_q4 & SUBPEL_MASK) {
464 y_q4 += y_step_q4
507 int y_q4 = y0_q4; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_frame_scale.c 99 const int y_q4 = y * (16 / factor) * src_h / dst_h + phase_scaler; local
108 x_q4 & 0xf, 16 * src_w / dst_w, y_q4 & 0xf,
vp9_encoder.c 2683 const int y_q4 = y * (16 \/ factor) * src_h \/ dst_h + phase_scaler; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
vpx_convolve.c 75 int y_q4 = y0_q4; local
77 const uint8_t *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 uint8_t *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride];
101 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK];
109 y_q4 += y_step_q4;
348 int y_q4 = y0_q4; local
350 const uint16_t *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride]
372 int y_q4 = y0_q4; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
vpx_convolve_vsx.c 261 int y_q4 = y0_q4; local
264 &src[(y_q4 >> SUBPEL_BITS) * src_stride], src_stride,
265 y_filters[y_q4 & SUBPEL_MASK]);
266 y_q4 += y_step_q4;
281 int y_q4 = y0_q4; local
284 convolve_line_v(&v, &src[(y_q4 >> SUBPEL_BITS) * src_stride], src_stride,
285 y_filters[y_q4 & SUBPEL_MASK]);
287 y_q4 += y_step_q4;
  /external/libvpx/libvpx/vpx_dsp/mips/
vpx_convolve8_msa.c 1104 int y_q4 = y0_q4; local
1128 int y_q4 = y0_q4; local
1152 int y_q4 = y0_q4; local
    [all...]

Completed in 183 milliseconds