Searched refs:hor_pos_r (Results 1 – 2 of 2) sorted by relevance
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/generic/ |
H A D | ipol-generic.c | 430 int16_t *hor_pos_r = hor_intermediate[4]; in kvz_filter_qpel_blocks_hor_ver_luma_generic() local 472 …hor_pos_r[y * hor_stride + x] = kvz_eight_tap_filter_hor_generic(hor_fir_r, &src[src_stride*ypos +… in kvz_filter_qpel_blocks_hor_ver_luma_generic() 518 …int16_t sample = kvz_eight_tap_filter_ver_16bit_generic(ver_fir_r, &hor_pos_r[ypos * hor_stride + … in kvz_filter_qpel_blocks_hor_ver_luma_generic() 585 int16_t *hor_pos_r = hor_intermediate[4]; in kvz_filter_qpel_blocks_diag_luma_generic() local 631 …int16_t sample = kvz_eight_tap_filter_ver_16bit_generic(ver_fir_t, &hor_pos_r[ypos * hor_stride + … in kvz_filter_qpel_blocks_diag_luma_generic() 665 …int16_t sample = kvz_eight_tap_filter_ver_16bit_generic(ver_fir_b, &hor_pos_r[ypos * hor_stride + … in kvz_filter_qpel_blocks_diag_luma_generic()
|
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/avx2/ |
H A D | ipol-avx2.c | 849 int16_t *hor_pos_r = hor_intermediate[4]; in kvz_filter_qpel_blocks_hor_ver_luma_avx2() local 881 …kvz_ipol_8tap_hor_px_im_avx2(hor_fir_r, width, height + 1, src + 1, src_stride, hor_pos_r, hor_str… in kvz_filter_qpel_blocks_hor_ver_luma_avx2() 927 im = &hor_pos_r[sample_off_y * hor_stride]; in kvz_filter_qpel_blocks_hor_ver_luma_avx2() 1023 int16_t *hor_pos_r = hor_intermediate[4]; in kvz_filter_qpel_blocks_diag_luma_avx2() local 1072 im = &hor_pos_r[off_y_fir_t * hor_stride]; in kvz_filter_qpel_blocks_diag_luma_avx2() 1118 im = &hor_pos_r[off_y_fir_b * hor_stride]; in kvz_filter_qpel_blocks_diag_luma_avx2()
|