/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 -= (WORD32)(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 | 729 first_sig_scan_pos = CTZ(u4_sig_coeff_map); in ihevcd_parse_residual_coding()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/AArch64/ |
D | cttz-ctlz.ll | 6 ; CHECK-NEXT: [[CTZ:%[A-Za-z0-9]+]] = tail call i32 @llvm.ctlz.i32(i32 %A, i1 true) 7 ; CHECK-NEXT: [[SEL:%[A-Za-z0-9.]+]] = select i1 [[ICMP]], i32 32, i32 [[CTZ]] 25 ; CHECK-NEXT: [[CTZ:%[A-Za-z0-9]+]] = tail call i32 @llvm.cttz.i32(i32 %A, i1 true) 26 ; CHECK-NEXT: [[SEL:%[A-Za-z0-9.]+]] = select i1 [[ICMP]], i32 32, i32 [[CTZ]]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/Mips/ |
D | cttz-ctlz.ll | 6 ; CHECK-NEXT: [[CTZ:%[A-Za-z0-9]+]] = tail call i32 @llvm.ctlz.i32(i32 %A, i1 true) 7 ; CHECK-NEXT: [[SEL:%[A-Za-z0-9.]+]] = select i1 [[ICMP]], i32 32, i32 [[CTZ]] 25 ; CHECK-NEXT: [[CTZ:%[A-Za-z0-9]+]] = tail call i32 @llvm.cttz.i32(i32 %A, i1 true) 26 ; CHECK-NEXT: [[SEL:%[A-Za-z0-9.]+]] = select i1 [[ICMP]], i32 32, i32 [[CTZ]]
|
/external/llvm/test/Transforms/SimplifyCFG/ARM/ |
D | cttz-ctlz.ll | 6 ; CHECK-NEXT: [[CTZ:%[A-Za-z0-9]+]] = tail call i32 @llvm.ctlz.i32(i32 %A, i1 true) 7 ; CHECK-NEXT: [[SEL:%[A-Za-z0-9.]+]] = select i1 [[ICMP]], i32 32, i32 [[CTZ]] 25 ; CHECK-NEXT: [[CTZ:%[A-Za-z0-9]+]] = tail call i32 @llvm.cttz.i32(i32 %A, i1 true) 26 ; CHECK-NEXT: [[SEL:%[A-Za-z0-9.]+]] = select i1 [[ICMP]], i32 32, i32 [[CTZ]]
|
/external/llvm/test/Transforms/SimplifyCFG/AArch64/ |
D | cttz-ctlz.ll | 6 ; CHECK-NEXT: [[CTZ:%[A-Za-z0-9]+]] = tail call i32 @llvm.ctlz.i32(i32 %A, i1 true) 7 ; CHECK-NEXT: [[SEL:%[A-Za-z0-9.]+]] = select i1 [[ICMP]], i32 32, i32 [[CTZ]] 25 ; CHECK-NEXT: [[CTZ:%[A-Za-z0-9]+]] = tail call i32 @llvm.cttz.i32(i32 %A, i1 true) 26 ; CHECK-NEXT: [[SEL:%[A-Za-z0-9.]+]] = select i1 [[ICMP]], i32 32, i32 [[CTZ]]
|
/external/llvm/test/Transforms/SimplifyCFG/Mips/ |
D | cttz-ctlz.ll | 6 ; CHECK-NEXT: [[CTZ:%[A-Za-z0-9]+]] = tail call i32 @llvm.ctlz.i32(i32 %A, i1 true) 7 ; CHECK-NEXT: [[SEL:%[A-Za-z0-9.]+]] = select i1 [[ICMP]], i32 32, i32 [[CTZ]] 25 ; CHECK-NEXT: [[CTZ:%[A-Za-z0-9]+]] = tail call i32 @llvm.cttz.i32(i32 %A, i1 true) 26 ; CHECK-NEXT: [[SEL:%[A-Za-z0-9.]+]] = select i1 [[ICMP]], i32 32, i32 [[CTZ]]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ARM/ |
D | cttz-ctlz.ll | 6 ; CHECK-NEXT: [[CTZ:%[A-Za-z0-9]+]] = tail call i32 @llvm.ctlz.i32(i32 %A, i1 true) 7 ; CHECK-NEXT: [[SEL:%[A-Za-z0-9.]+]] = select i1 [[ICMP]], i32 32, i32 [[CTZ]] 25 ; CHECK-NEXT: [[CTZ:%[A-Za-z0-9]+]] = tail call i32 @llvm.cttz.i32(i32 %A, i1 true) 26 ; CHECK-NEXT: [[SEL:%[A-Za-z0-9.]+]] = select i1 [[ICMP]], i32 32, i32 [[CTZ]]
|
/external/libmpeg2/common/mips/ |
D | icv_platform_macros.h | 55 static __inline UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
|
/external/libmpeg2/common/x86/ |
D | icv_platform_macros.h | 55 static __inline UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
|
/external/libhevc/common/mips/ |
D | ihevc_platform_macros.h | 74 static inline UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 326 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1; in EmitInstrWithCustomInserter() local 344 CTZ = 0; in EmitInstrWithCustomInserter() 347 CTZ = 0; in EmitInstrWithCustomInserter() 351 CTZ = 0; in EmitInstrWithCustomInserter() 354 CTZ = 0; in EmitInstrWithCustomInserter() 375 .addImm(CTZ) in EmitInstrWithCustomInserter() 395 .addImm(CTZ) in EmitInstrWithCustomInserter() 415 .addImm(CTZ) in EmitInstrWithCustomInserter() 429 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1; in EmitInstrWithCustomInserter() local 447 CTZ = 0; in EmitInstrWithCustomInserter() [all …]
|
/external/libavc/common/mips/ |
D | ih264_platform_macros.h | 93 static __inline UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 90 static __inline UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
|
/external/libhevc/common/x86/ |
D | ihevc_platform_macros.h | 88 static INLINE UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
|
/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 165 static INLINE UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
|
/external/libavc/common/arm/ |
D | ih264_platform_macros.h | 165 static INLINE UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
|
/external/libhevc/common/arm/ |
D | ihevc_platform_macros.h | 149 static INLINE UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInteger.td | 56 defm CTZ : UnaryInt<cttz, "ctz ">;
|
/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 | 671 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(nt) - 2)); in ihevc_intra_pred_ref_filtering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInteger.td | 56 defm CTZ : UnaryInt<cttz, "ctz ", 0x68, 0x7a>;
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_fmt_def.inc | 529 BC_FIELD(TEX_WORD1, COORD_TYPE_Z, CTZ, 30, 30)
|
/external/libhevc/encoder/ |
D | ihevce_recur_bracketing.c | 3253 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(trans_size) - 2)); in ihevce_mode_eval_filtering() 3362 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(trans_size) - 2)); in ihevce_mode_eval_filtering()
|