Searched refs:wp_shift1 (Results 1 – 2 of 2) sorted by relevance
144 int32_t wp_shift1 = 14 - KVZ_BIT_DEPTH; in kvz_sample_quarterpel_luma_generic() local145 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() local222 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() local337 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() local419 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() local578 int32_t wp_offset1 = 1 << (wp_shift1 - 1); in kvz_filter_qpel_blocks_diag_luma_generic()[all …]
93 int32_t wp_shift1 = 14 - KVZ_BIT_DEPTH; in kvz_eight_tap_filter_ver_16bit_1x8_avx2() local94 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() local261 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() local646 int32_t wp_shift1 = 14 - KVZ_BIT_DEPTH; in kvz_filter_hpel_blocks_hor_ver_luma_avx2() local757 int32_t wp_shift1 = 14 - KVZ_BIT_DEPTH; in kvz_filter_hpel_blocks_diag_luma_avx2() local837 int32_t wp_shift1 = 14 - KVZ_BIT_DEPTH; in kvz_filter_qpel_blocks_hor_ver_luma_avx2() local[all …]