Home
last modified time | relevance | path

Searched refs:CTZ (Results 1 – 23 of 23) sorted by relevance

/external/libhevc/decoder/
Dihevcd_sao.c257 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 …]
Dihevcd_deblk.c264 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()
Dihevcd_parse_residual.c729 first_sig_scan_pos = CTZ(u4_sig_coeff_map); in ihevcd_parse_residual_coding()
/external/llvm/test/Transforms/SimplifyCFG/AArch64/
Dcttz-ctlz.ll6 ; 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/
Dcttz-ctlz.ll6 ; 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/
Dcttz-ctlz.ll6 ; 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/lib/Target/AMDGPU/
DR600ISelLowering.cpp326 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/
Dih264_platform_macros.h80 static __inline UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
/external/libmpeg2/common/mips/
Dicv_platform_macros.h55 static __inline UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
/external/libmpeg2/common/x86/
Dicv_platform_macros.h55 static __inline UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
/external/libhevc/common/mips/
Dihevc_platform_macros.h74 static inline UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
/external/libavc/common/x86/
Dih264_platform_macros.h79 static __inline UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
/external/libavc/common/armv8/
Dih264_platform_macros.h138 static INLINE UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
/external/libavc/common/arm/
Dih264_platform_macros.h138 static INLINE UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
/external/libhevc/common/x86/
Dihevc_platform_macros.h87 static INLINE UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
Dihevc_intra_pred_filters_sse42_intr.c142 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(nt) - 2)); in ihevc_intra_pred_ref_filtering_sse42()
Dihevc_intra_pred_filters_ssse3_intr.c426 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(nt) - 2)); in ihevc_intra_pred_ref_filtering_ssse3()
/external/libhevc/common/arm/
Dihevc_platform_macros.h134 static INLINE UWORD32 CTZ(UWORD32 u4_word) in CTZ() function
Dihevc_intra_pred_filters_neon_intr.c488 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(nt) - 2)); in ihevc_intra_pred_ref_filtering_neonintr()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td56 defm CTZ : UnaryInt<cttz, "ctz ">;
/external/libhevc/common/
Dihevc_intra_pred.h43 #define look_up_trailing_zeros(x) (0 == (x) ? 8 : CTZ(x))
Dihevc_intra_pred_filters.c671 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(nt) - 2)); in ihevc_intra_pred_ref_filtering()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_fmt_def.inc529 BC_FIELD(TEX_WORD1, COORD_TYPE_Z, CTZ, 30, 30)