Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dvpx_convolve.c75 int y_q4 = y0_q4; in convolve_vert() local
77 const uint8_t *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride]; in convolve_vert()
78 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_vert()
83 y_q4 += y_step_q4; in convolve_vert()
98 int y_q4 = y0_q4; in convolve_avg_vert() local
100 const uint8_t *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride]; in convolve_avg_vert()
101 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in convolve_avg_vert()
109 y_q4 += y_step_q4; in convolve_avg_vert()
376 int y_q4 = y0_q4; in highbd_convolve_vert() local
378 const uint16_t *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride]; in highbd_convolve_vert()
[all …]
/external/libvpx/libvpx/vpx_dsp/ppc/
Dvpx_convolve_vsx.c267 int y_q4 = y0_q4; in convolve_vert() local
270 &src[(y_q4 >> SUBPEL_BITS) * src_stride], src_stride, in convolve_vert()
271 y_filters[y_q4 & SUBPEL_MASK]); in convolve_vert()
272 y_q4 += y_step_q4; in convolve_vert()
287 int y_q4 = y0_q4; in convolve_avg_vert() local
290 convolve_line_v(&v, &src[(y_q4 >> SUBPEL_BITS) * src_stride], src_stride, in convolve_avg_vert()
291 y_filters[y_q4 & SUBPEL_MASK]); in convolve_avg_vert()
293 y_q4 += y_step_q4; in convolve_avg_vert()
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_subpixel_8t_intrin_ssse3.c645 int y_q4 = y0_q4; in scaledconvolve_vert_w4() local
649 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride]; in scaledconvolve_vert_w4()
650 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w4()
652 if (y_q4 & SUBPEL_MASK) { in scaledconvolve_vert_w4()
658 y_q4 += y_step_q4; in scaledconvolve_vert_w4()
707 int y_q4 = y0_q4; in scaledconvolve_vert_w8() local
711 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride]; in scaledconvolve_vert_w8()
712 const int16_t *const y_filter = y_filters[y_q4 & SUBPEL_MASK]; in scaledconvolve_vert_w8()
713 if (y_q4 & SUBPEL_MASK) { in scaledconvolve_vert_w8()
718 y_q4 += y_step_q4; in scaledconvolve_vert_w8()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_frame_scale.c38 const int y_q4 = y * (16 / factor) * src_h / dst_h + phase_scaler; in vp9_scale_and_extend_frame_c() local
48 kernel[y_q4 & 0xf], 16 * src_h / dst_h, 16 / factor, in vp9_scale_and_extend_frame_c()
Dvp9_encoder.c2741 const int y_q4 = y * (16 / factor) * src_h / dst_h + phase_scaler; local
2753 kernel[y_q4 & 0xf], 16 * src_h / dst_h,
2758 kernel[y_q4 & 0xf], 16 * src_h / dst_h, 16 / factor,