Searched refs:CTZ (Results 1 - 18 of 18) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_sao.c257 if(CTZ(u4_no_loop_filter_flag))
259 u4_no_loop_filter_flag >>= (CTZ(u4_no_loop_filter_flag));
260 pu1_src_tmp += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd);
261 pu1_src_copy += MIN((WORD32)CTZ(u4_no_loop_filter_flag), tmp_wd);
262 tmp_wd -= CTZ(u4_no_loop_filter_flag) * min_cu;
268 for(col = 0; col < MIN((WORD32)CTZ(~u4_no_loop_filter_flag) * min_cu, tmp_wd); col++)
274 u4_no_loop_filter_flag >>= (CTZ(~u4_no_loop_filter_flag));
275 pu1_src_tmp += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd);
276 pu1_src_copy += MIN((WORD32)CTZ(~u4_no_loop_filter_flag), tmp_wd);
277 tmp_wd -= CTZ(~u4_no_loop_filter_fla
[all...]
H A Dihevcd_deblk.c264 bs_tz = CTZ(u4_bs) >> 1;
405 bs_tz = CTZ(u4_bs) >> 1;
539 bs_tz = CTZ(u4_bs) >> 2;
686 bs_tz = CTZ(u4_bs) >> 2;
H A Dihevcd_parse_residual.c714 /* They are computed outside the loop using CLZ and CTZ on sig_coeff_map */
729 first_sig_scan_pos = CTZ(u4_sig_coeff_map);
/external/libavc/common/mips/
H A Dih264_platform_macros.h80 static __inline UWORD32 CTZ(UWORD32 u4_word) function
/external/libavc/common/x86/
H A Dih264_platform_macros.h79 static __inline UWORD32 CTZ(UWORD32 u4_word) function
/external/libhevc/common/mips/
H A Dihevc_platform_macros.h74 static inline UWORD32 CTZ(UWORD32 u4_word) function
/external/libmpeg2/common/mips/
H A Dicv_platform_macros.h55 static __inline UWORD32 CTZ(UWORD32 u4_word) function
/external/libmpeg2/common/x86/
H A Dicv_platform_macros.h55 static __inline UWORD32 CTZ(UWORD32 u4_word) function
/external/libavc/common/arm/
H A Dih264_platform_macros.h138 static INLINE UWORD32 CTZ(UWORD32 u4_word) function
/external/libavc/common/armv8/
H A Dih264_platform_macros.h138 static INLINE UWORD32 CTZ(UWORD32 u4_word) function
/external/libhevc/common/x86/
H A Dihevc_platform_macros.h87 static INLINE UWORD32 CTZ(UWORD32 u4_word) function
H A Dihevc_intra_pred_filters_sse42_intr.c142 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(nt) - 2));
H A Dihevc_intra_pred_filters_ssse3_intr.c426 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(nt) - 2));
/external/libhevc/common/arm/
H A Dihevc_platform_macros.h134 static INLINE UWORD32 CTZ(UWORD32 u4_word) function
H A Dihevc_intra_pred_filters_neon_intr.c488 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(nt) - 2));
/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp305 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1; local
323 CTZ = 0;
326 CTZ = 0;
330 CTZ = 0;
333 CTZ = 0;
353 .addImm(CTZ)
372 .addImm(CTZ)
392 .addImm(CTZ)
406 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1; local
424 CTZ
[all...]
/external/libhevc/common/
H A Dihevc_intra_pred.h43 #define look_up_trailing_zeros(x) (0 == (x) ? 8 : CTZ(x))
H A Dihevc_intra_pred_filters.c671 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(nt) - 2));

Completed in 523 milliseconds