/external/libhevc/decoder/ |
D | ihevcd_cabac.c | 85 m_clz = CLZ(m_range); \ 242 clz = CLZ(u4_range); in ihevcd_cabac_decode_bin() 274 numbits = CLZ(u4_range); in ihevcd_cabac_decode_bin() 377 clz = CLZ(u4_range); in ihevcd_cabac_decode_terminate() 393 clz = CLZ(ps_cabac->u4_range); in ihevcd_cabac_decode_terminate() 411 numbits = CLZ(u4_range); in ihevcd_cabac_decode_terminate()
|
D | ihevcd_parse_residual.c | 665 clz = CLZ(u4_sig_coeff_map); in ihevcd_parse_residual_coding() 721 clz = CLZ(u4_sig_coeff_map_shift); in ihevcd_parse_residual_coding() 727 last_sig_scan_pos = (31 - CLZ(u4_sig_coeff_map)); in ihevcd_parse_residual_coding() 737 first_greater1_scan_pos = (31 - CLZ(u4_coeff_abs_level_greater1_map)); in ihevcd_parse_residual_coding() 772 clz = CLZ(u4_sig_coeff_map); in ihevcd_parse_residual_coding() 883 clz = CLZ(u4_sig_coeff_map_shift); in ihevcd_parse_residual_coding()
|
D | ihevcd_trace.h | 101 m_clz = CLZ(m_range); \ 112 m_clz = CLZ(m_range); \
|
D | ihevcd_bitstream.c | 491 u4_clz = CLZ(u4_bits_read); in ihevcd_uev() 551 u4_clz = CLZ(u4_bits_read); in ihevcd_sev()
|
D | ihevcd_cabac.h | 74 clz = CLZ(u4_range); \ 101 numbits = CLZ(u4_range); \
|
D | ihevcd_parse_slice_header.c | 154 num_bits_list_entry = 32 - CLZ(num_poc_total_curr); in ihevcd_ref_pic_list_modification() 352 num_bits = 32 - CLZ(ps_sps->i4_pic_size_in_ctb - 1); in ihevcd_parse_slice_header() 422 numbits = 32 - CLZ(ps_sps->i1_num_short_term_ref_pic_sets - 1); in ihevcd_parse_slice_header() 468 WORD32 num_bits = 32 - CLZ(ps_sps->i1_num_long_term_ref_pics_sps); in ihevcd_parse_slice_header()
|
/external/libxml2/ |
D | timsort.h | 50 #ifndef CLZ 52 #define CLZ __builtin_clzll macro 74 #define CLZ clzll macro 80 const int top_bit = 64 - CLZ(size); in compute_minrun()
|
/external/libhevc/common/mips/ |
D | ihevc_platform_macros.h | 61 static inline UWORD32 CLZ(UWORD32 x) in CLZ() function
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/ |
D | omxSP_FFTFwd_CToC_FC32_Sfs_s.S | 97 CLZ order,N @// N = 2^order
|
D | omxSP_FFTInv_CToC_FC32_Sfs_s.S | 98 CLZ order,N @// N = 2^order
|
D | omxSP_FFTInv_CCSToR_F32_Sfs_s.S | 146 CLZ order,N @// N = 2^order
|
/external/libhevc/common/x86/ |
D | ihevc_platform_macros.h | 74 static INLINE UWORD32 CLZ(UWORD32 u4_word) in CLZ() function
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/ |
D | omxSP_FFTFwd_RToCCS_S16S32_Sfs_s.S | 117 CLZ order,N @// N = 2^order
|
D | omxSP_FFTFwd_CToC_FC32_Sfs_s.S | 106 CLZ order,N @// N = 2^order
|
D | omxSP_FFTInv_CToC_FC32_Sfs_s.S | 115 CLZ order,N @// N = 2^order
|
D | omxSP_FFTInv_CToC_SC32_Sfs_s.S | 126 CLZ order,N @// N = 2^order
|
D | omxSP_FFTInv_CToC_SC16_Sfs_s.S | 127 CLZ order,N @// N = 2^order
|
D | omxSP_FFTFwd_CToC_SC32_Sfs_s.S | 125 CLZ order,N @// N = 2^order
|
D | omxSP_FFTInv_CCSToR_F32_Sfs_s.S | 183 CLZ order,N @// N = 2^order
|
D | omxSP_FFTFwd_CToC_SC16_Sfs_s.S | 128 CLZ order,N @// N = 2^order
|
/external/libhevc/common/arm/ |
D | ihevc_platform_macros.h | 119 static INLINE UWORD32 CLZ(UWORD32 u4_word) in CLZ() function
|
/external/valgrind/main/none/tests/mips64/ |
D | arithmetic_instruction.c | 7 CLO, CLZ, DADD, DADDI, enumerator 70 case CLZ: in main()
|
/external/chromium_org/v8/src/mips/ |
D | constants-mips.cc | 263 case CLZ: in InstructionType()
|
/external/chromium_org/v8/src/mips64/ |
D | constants-mips64.cc | 280 case CLZ: in InstructionType()
|
/external/vixl/src/a64/ |
D | constants-a64.h | 822 CLZ = DataProcessing1SourceFixed | 0x00001000, enumerator 823 CLZ_w = CLZ, 824 CLZ_x = CLZ | SixtyFourBits,
|