Searched defs:bitcount (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | sbc.c | 85 int bitneed[2][8], loudness, max_bitneed, bitcount, slicecount, bitslice; in ff_sbc_calculate_bits() local 167 int bitneed[2][8], loudness, max_bitneed, bitcount, slicecount, bitslice; in ff_sbc_calculate_bits() local
|
D | mlpenc.c | 91 int bitcount; member 1640 int lsb_bits = 0, bitcount = 0; in codebook_bits_offset() local 1952 int bitcount; member 1976 int bitcount = src->bitcount; in best_codebook_path_cost() local
|
D | wavpack.c | 480 int bitcount = 8; in wv_unpack_dsd_high() local
|
D | wavpackenc.c | 2113 int bitcount = count_bits(maxcode); in wavpack_encode_sample() local
|
/third_party/mesa3d/src/amd/registers/ |
D | parse_kernel_headers.py | 690 def bitcount(n): function
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_integer_sequence.cpp | 220 int bitcount, in read_bits()
|
D | astc_symbolic_physical.cpp | 26 int bitcount, in read_bits()
|
/third_party/mtdev/src/ |
D | common.h | 73 static inline int bitcount(unsigned v) in bitcount() function
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
D | ttable.c | 150 int bitcount(u64 v) in bitcount() function
|
/third_party/skia/src/core/ |
D | SkPaint.cpp | 218 #define ASSERT_FITS_IN(value, bitcount) argument
|
/third_party/openh264/codec/common/inc/ |
D | macros.h | 269 #define CALC_BI_STRIDE(width,bitcount) ((((width * bitcount) + 31) & ~31) >> 3) argument
|