Searched refs:CLZ (Results 1 - 25 of 59) sorted by relevance

123

/external/libhevc/decoder/
H A Dihevcd_trace.h101 m_clz = CLZ(m_range); \
112 m_clz = CLZ(m_range); \
H A Dihevcd_cabac.c85 m_clz = CLZ(m_range); \
242 clz = CLZ(u4_range);
274 numbits = CLZ(u4_range);
377 clz = CLZ(u4_range);
393 clz = CLZ(ps_cabac->u4_range);
411 numbits = CLZ(u4_range);
H A Dihevcd_parse_residual.c661 /* Instead of initializing n to 15, set it to 31-CLZ(sig coeff map) */
665 clz = CLZ(u4_sig_coeff_map);
694 /* first_greater1_scan_pos is obtained using CLZ on u4_coeff_abs_level_greater1_map*/
713 /* They are computed outside the loop using CLZ and CTZ on sig_coeff_map */
721 clz = CLZ(u4_sig_coeff_map_shift);
727 last_sig_scan_pos = (31 - CLZ(u4_sig_coeff_map));
737 first_greater1_scan_pos = (31 - CLZ(u4_coeff_abs_level_greater1_map));
772 clz = CLZ(u4_sig_coeff_map);
883 clz = CLZ(u4_sig_coeff_map_shift);
H A Dihevcd_bitstream.c491 u4_clz = CLZ(u4_bits_read);
551 u4_clz = CLZ(u4_bits_read);
H A Dihevcd_cabac.h74 clz = CLZ(u4_range); \
101 numbits = CLZ(u4_range); \
H A Dihevcd_parse_slice_header.c154 num_bits_list_entry = 32 - CLZ(num_poc_total_curr);
351 /* Use CLZ to compute Ceil( Log2( PicSizeInCtbsY ) ) */
352 num_bits = 32 - CLZ(ps_sps->i4_pic_size_in_ctb - 1);
422 numbits = 32 - CLZ(ps_sps->i1_num_short_term_ref_pic_sets - 1);
467 /* Use CLZ to compute Ceil( Log2( num_long_term_ref_pics_sps ) ) */
468 WORD32 num_bits = 32 - CLZ(ps_sps->i1_num_long_term_ref_pics_sps);
/external/libhevc/common/mips/
H A Dihevc_platform_macros.h61 static inline UWORD32 CLZ(UWORD32 x) function
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
H A DomxSP_FFTFwd_CToC_FC32_Sfs_s.S97 CLZ order,N @// N = 2^order
H A DomxSP_FFTInv_CToC_FC32_Sfs_s.S98 CLZ order,N @// N = 2^order
H A DomxSP_FFTInv_CCSToR_F32_Sfs_s.S146 CLZ order,N @// N = 2^order
H A DomxSP_FFTFwd_RToCCS_F32_Sfs_s.S151 CLZ order,N @// N = 2^order
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DomxSP_FFTFwd_RToCCS_S16S32_Sfs_s.S117 CLZ order,N @// N = 2^order
H A DomxSP_FFTFwd_CToC_FC32_Sfs_s.S106 CLZ order,N @// N = 2^order
H A DomxSP_FFTInv_CToC_FC32_Sfs_s.S115 CLZ order,N @// N = 2^order
H A DomxSP_FFTFwd_CToC_SC16_Sfs_s.S128 CLZ order,N @// N = 2^order
H A DomxSP_FFTFwd_CToC_SC32_Sfs_s.S125 CLZ order,N @// N = 2^order
H A DomxSP_FFTInv_CCSToR_F32_Sfs_s.S183 CLZ order,N @// N = 2^order
H A DomxSP_FFTInv_CToC_SC16_Sfs_s.S127 CLZ order,N @// N = 2^order
H A DomxSP_FFTInv_CToC_SC32_Sfs_s.S126 CLZ order,N @// N = 2^order
/external/libhevc/common/x86/
H A Dihevc_platform_macros.h74 static INLINE UWORD32 CLZ(UWORD32 u4_word) function
/external/libhevc/common/arm/
H A Dihevc_platform_macros.h119 static INLINE UWORD32 CLZ(UWORD32 u4_word) function
/external/libxml2/
H A Dtimsort.h50 #ifndef CLZ
52 #define CLZ __builtin_clzll macro
74 #define CLZ clzll macro
80 const int top_bit = 64 - CLZ(size);
/external/chromium_org/v8/src/mips/
H A Dconstants-mips.cc263 case CLZ:
/external/chromium_org/v8/src/mips64/
H A Dconstants-mips64.cc280 case CLZ:
/external/valgrind/main/none/tests/mips64/
H A Darithmetic_instruction.c7 CLO, CLZ, DADD, DADDI, enumerator in enum:__anon33128
70 case CLZ:

Completed in 3309 milliseconds

123