Home
last modified time | relevance | path

Searched refs:wp_shift1 (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/generic/
H A Dipol-generic.c144 int32_t wp_shift1 = 14 - KVZ_BIT_DEPTH; in kvz_sample_quarterpel_luma_generic() local
145 int32_t wp_offset1 = 1 << (wp_shift1 - 1); in kvz_sample_quarterpel_luma_generic()
221 int32_t wp_shift1 = 14 - KVZ_BIT_DEPTH; in kvz_filter_hpel_blocks_hor_ver_luma_generic() local
222 int32_t wp_offset1 = 1 << (wp_shift1 - 1); in kvz_filter_hpel_blocks_hor_ver_luma_generic()
336 int32_t wp_shift1 = 14 - KVZ_BIT_DEPTH; in kvz_filter_hpel_blocks_diag_luma_generic() local
337 int32_t wp_offset1 = 1 << (wp_shift1 - 1); in kvz_filter_hpel_blocks_diag_luma_generic()
418 int32_t wp_shift1 = 14 - KVZ_BIT_DEPTH; in kvz_filter_qpel_blocks_hor_ver_luma_generic() local
419 int32_t wp_offset1 = 1 << (wp_shift1 - 1); in kvz_filter_qpel_blocks_hor_ver_luma_generic()
577 int32_t wp_shift1 = 14 - KVZ_BIT_DEPTH; in kvz_filter_qpel_blocks_diag_luma_generic() local
578 int32_t wp_offset1 = 1 << (wp_shift1 - 1); in kvz_filter_qpel_blocks_diag_luma_generic()
[all …]
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/avx2/
H A Dipol-avx2.c93 int32_t wp_shift1 = 14 - KVZ_BIT_DEPTH; in kvz_eight_tap_filter_ver_16bit_1x8_avx2() local
94 int32_t wp_offset1 = 1 << (wp_shift1 - 1); in kvz_eight_tap_filter_ver_16bit_1x8_avx2()
143 sum_lo = _mm_srai_epi32(sum_lo, wp_shift1); in kvz_eight_tap_filter_ver_16bit_1x8_avx2()
145 sum_hi = _mm_srai_epi32(sum_hi, wp_shift1); in kvz_eight_tap_filter_ver_16bit_1x8_avx2()
260 int32_t wp_shift1 = 14 - KVZ_BIT_DEPTH; in kvz_ipol_8tap_ver_im_px_avx2() local
261 int32_t wp_offset1 = 1 << (wp_shift1 - 1); in kvz_ipol_8tap_ver_im_px_avx2()
500 int32_t wp_shift1 = 14 - KVZ_BIT_DEPTH; in kvz_ipol_4tap_ver_im_px_avx2() local
646 int32_t wp_shift1 = 14 - KVZ_BIT_DEPTH; in kvz_filter_hpel_blocks_hor_ver_luma_avx2() local
757 int32_t wp_shift1 = 14 - KVZ_BIT_DEPTH; in kvz_filter_hpel_blocks_diag_luma_avx2() local
837 int32_t wp_shift1 = 14 - KVZ_BIT_DEPTH; in kvz_filter_qpel_blocks_hor_ver_luma_avx2() local
[all …]