Home
last modified time | relevance | path

Searched defs:bitcount (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsbc.c85 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
Dmlpenc.c91 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
Dwavpack.c480 int bitcount = 8; in wv_unpack_dsd_high() local
Dwavpackenc.c2113 int bitcount = count_bits(maxcode); in wavpack_encode_sample() local
/third_party/mesa3d/src/amd/registers/
Dparse_kernel_headers.py690 def bitcount(n): function
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_integer_sequence.cpp220 int bitcount, in read_bits()
Dastc_symbolic_physical.cpp26 int bitcount, in read_bits()
/third_party/mtdev/src/
Dcommon.h73 static inline int bitcount(unsigned v) in bitcount() function
/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dttable.c150 int bitcount(u64 v) in bitcount() function
/third_party/skia/src/core/
DSkPaint.cpp218 #define ASSERT_FITS_IN(value, bitcount) argument
/third_party/openh264/codec/common/inc/
Dmacros.h269 #define CALC_BI_STRIDE(width,bitcount) ((((width * bitcount) + 31) & ~31) >> 3) argument