Home
last modified time | relevance | path

Searched refs:FILT_TAP_Q (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_decomp_pre_intra_pass_neon.c69 #define FILT_TAP_Q 8 in ihevce_scaling_filter_mxn() macro
86 (1 << (FILT_TAP_Q - 1))) >> in ihevce_scaling_filter_mxn()
87 FILT_TAP_Q; in ihevce_scaling_filter_mxn()
106 (1 << (FILT_TAP_Q - 1))) >> in ihevce_scaling_filter_mxn()
107 FILT_TAP_Q; in ihevce_scaling_filter_mxn()
Dihevce_scale_by_2_neon.c56 #define FILT_TAP_Q 7 macro
99 sum = vrshrq_n_s16(sum, FILT_TAP_Q); in ihevce_horz_scale_neon_w16()
174 sum = vrshrq_n_s16(sum, FILT_TAP_Q); in ihevce_vert_scale_neon_w16()
192 sum = vrshrq_n_s16(sum, FILT_TAP_Q); in ihevce_vert_scale_neon_w16()
/external/libhevc/encoder/
Dihevce_decomp_pre_intra_pass.c1598 #define FILT_TAP_Q 8 in ihevce_scaling_filter_mxn() macro
1615 (1 << (FILT_TAP_Q - 1))) >> in ihevce_scaling_filter_mxn()
1616 FILT_TAP_Q; in ihevce_scaling_filter_mxn()
1635 (1 << (FILT_TAP_Q - 1))) >> in ihevce_scaling_filter_mxn()
1636 FILT_TAP_Q; in ihevce_scaling_filter_mxn()