/external/libhevc/decoder/ |
D | ihevcd_sao.c | 257 if(CTZ(u4_no_loop_filter_flag)) in ihevcd_sao_ctb() 259 u4_no_loop_filter_flag >>= (CTZ(u4_no_loop_filter_flag)); in ihevcd_sao_ctb() 260 pu1_src_tmp += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb() 261 pu1_src_copy += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb() 262 tmp_wd -= CTZ(u4_no_loop_filter_flag) * min_cu; in ihevcd_sao_ctb() 268 … for(col = 0; col < MIN((WORD32)CTZ(~u4_no_loop_filter_flag) * min_cu, tmp_wd); col++) in ihevcd_sao_ctb() 274 u4_no_loop_filter_flag >>= (CTZ(~u4_no_loop_filter_flag)); in ihevcd_sao_ctb() 275 pu1_src_tmp += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb() 276 pu1_src_copy += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd); in ihevcd_sao_ctb() 277 tmp_wd -= CTZ(~u4_no_loop_filter_flag) * min_cu; in ihevcd_sao_ctb() [all …]
|
D | ihevcd_deblk.c | 264 bs_tz = CTZ(u4_bs) >> 1; in ihevcd_deblk_ctb() 405 bs_tz = CTZ(u4_bs) >> 1; in ihevcd_deblk_ctb() 539 bs_tz = CTZ(u4_bs) >> 2; in ihevcd_deblk_ctb() 686 bs_tz = CTZ(u4_bs) >> 2; in ihevcd_deblk_ctb()
|
D | ihevcd_parse_residual.c | 728 first_sig_scan_pos = CTZ(u4_sig_coeff_map); in ihevcd_parse_residual_coding()
|
/external/libhevc/common/mips/ |
D | ihevc_platform_macros.h | 67 static inline UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
|
/external/libavc/common/mips/ |
D | ih264_platform_macros.h | 80 static __inline UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 79 static __inline UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
|
/external/llvm/lib/Target/R600/ |
D | R600ISelLowering.cpp | 296 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1; in EmitInstrWithCustomInserter() local 314 CTZ = 0; in EmitInstrWithCustomInserter() 317 CTZ = 0; in EmitInstrWithCustomInserter() 321 CTZ = 0; in EmitInstrWithCustomInserter() 324 CTZ = 0; in EmitInstrWithCustomInserter() 344 .addImm(CTZ) in EmitInstrWithCustomInserter() 363 .addImm(CTZ) in EmitInstrWithCustomInserter() 383 .addImm(CTZ) in EmitInstrWithCustomInserter() 397 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1; in EmitInstrWithCustomInserter() local 415 CTZ = 0; in EmitInstrWithCustomInserter() [all …]
|
/external/libhevc/common/x86/ |
D | ihevc_platform_macros.h | 82 static INLINE UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
|
D | ihevc_intra_pred_filters_sse42_intr.c | 142 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(nt) - 2)); in ihevc_intra_pred_ref_filtering_sse42()
|
D | ihevc_intra_pred_filters_ssse3_intr.c | 426 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(nt) - 2)); in ihevc_intra_pred_ref_filtering_ssse3()
|
/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 138 static INLINE UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
|
/external/libavc/common/arm/ |
D | ih264_platform_macros.h | 138 static INLINE UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
|
/external/libhevc/common/arm/ |
D | ihevc_platform_macros.h | 127 static INLINE UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
|
D | ihevc_intra_pred_filters_neon_intr.c | 488 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(nt) - 2)); in ihevc_intra_pred_ref_filtering_neonintr()
|
/external/libhevc/common/ |
D | ihevc_intra_pred.h | 43 #define look_up_trailing_zeros(x) (0 == (x) ? 8 : CTZ(x))
|
D | ihevc_intra_pred_filters.c | 626 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(nt) - 2)); in ihevc_intra_pred_ref_filtering()
|