| /third_party/zlib/test/ |
| H A D | infcover.c | 621 unsigned bits; in cover_trees() local [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/ |
| H A D | sbc_frame.cpp | 119 void Frame::SbcCalculateBitsNormal(const Frame& frame, int (*bits)[VALUE8]) in SbcCalculateBitsNormal() argument 157 SbcCalculateBitsSliceNormal(const uint8_t bitPool, const int subbands, int (*bits)[8], int channel, int *bitSlice) const SbcCalculateBitsSliceNormal() argument 186 SbcCalculateBitsMax(const Frame& frame, const int channel, int subbands, int (*bits)[VALUE8]) SbcCalculateBitsMax() argument 216 SbcCalculateBitsMaxStereo(const Frame& frame, const int subbands, int (*bits)[VALUE8]) SbcCalculateBitsMaxStereo() argument 247 SbcCalculateBitsSliceStereo(const uint8_t bitPool, const int subbands, int (*bits)[VALUE8], int *bitCount, int *bitSlice) const SbcCalculateBitsSliceStereo() argument 276 SbcCalculateBitsInnerStereo(const int subbands, int bitSlice, int (*bitNeed)[VALUE8], int (*bits)[VALUE8]) SbcCalculateBitsInnerStereo() argument 294 SbcCalculateBitsStereo(const Frame& frame, int (*bits)[VALUE8]) SbcCalculateBitsStereo() argument 346 SbcCalculateBits(const Frame& frame, int (*bits)[VALUE8]) SbcCalculateBits() argument 409 int bits[VALUE_OF_TWO][VALUE8]; UnpackFrameStream() local 559 SbcCaculateLevelsAndSampleDelta(const Frame& frame, int (*bits)[VALUE8], uint32_t (*levels)[VALUE8], uint32_t (*sampleDelta)[VALUE8]) SbcCaculateLevelsAndSampleDelta() argument 581 int bits[VALUE_OF_TWO][VALUE8] = {}; PackFrameInternal() local [all...] |
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/include/ |
| H A D | pixel_map_utils.h | 123 RGB565To32(uint8_t channel, uint8_t bits) RGB565To32() argument [all...] |
| /foundation/communication/dhcp/services/dhcp_server/src/ |
| H A D | address_utils.cpp | 127 int bits = 0; in NetworkBits() local 141 uint32_t bits = 0; in HostBits() local
|
| /test/xts/acts/bundlemanager/zlib/actszlibtest/ |
| H A D | ActsZlibTest.cpp | 641 int *bits = nullptr;
in HWTEST_F() local 1536 _tr_flush_bits bits;
in HWTEST_F() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | cfhdenc.c | 204 unsigned bits; member 210 unsigned bits; member [all...] |
| H A D | dxtory.c | 399 decode_sym_565(GetBitContext *gb, uint8_t lru[8], int bits) decode_sym_565() argument
|
| H A D | mpeg4audio.h | 134 int five_bit_ch, four_bit_ch, comment_size, bits; in ff_copy_pce_data() local 123 ff_pce_copy_bits(PutBitContext *pb, GetBitContext *gb, int bits) ff_pce_copy_bits() argument
|
| H A D | mf_utils.c | 117 UINT32 bits; in ff_media_type_to_sample_fmt() local
|
| H A D | eac3dec.c | 239 int bits = ff_eac3_bits_vs_hebap[hebap]; in ff_eac3_decode_transform_coeffs_aht_ch() local
|
| H A D | me_cmp.c | 780 int i, last, run, bits, level, distortion, start_i; in rd8x8_c() local 855 int i, last, run, bits, level, start_i; in bit8x8_c() local [all...] |
| H A D | ffv1dec.c | 72 get_vlc_symbol(GetBitContext *gb, VlcState *const state, int bits) get_vlc_symbol() argument
|
| H A D | aaccoder_twoloop.h | 380 int bits = 0; in search_for_quantizers_twoloop() local 461 int bits = 0; search_for_quantizers_twoloop() local [all...] |
| H A D | aacenc.h | 90 int bits; member
|
| H A D | sga.c | 254 const int bits = (s->nb_pal + 1) / 2; in decode_palmapdata() local
|
| H A D | wavpack.h | 152 int bits; in wp_log2() local
|
| H A D | opus_celt.c | 122 int consumed, bits = f->transient ? 2 : 4; in celt_decode_tf_changes() local
|
| H A D | opus_rc.c | 114 uint32_t ff_opus_rc_dec_log(OpusRangeCoder *rc, uint32_t bits) in ff_opus_rc_dec_log() argument 131 void ff_opus_rc_enc_log(OpusRangeCoder *rc, int val, uint32_t bits) in ff_opus_rc_enc_log() argument 134 opus_rc_enc_update(rc, (!!val)*bits, bits + !!val, bits + 1, 1); in ff_opus_rc_enc_log() local 184 uint32_t bits, k, scale, total; ff_opus_rc_dec_uint() local 362 int rng_bytes, bits = OPUS_RC_BITS - opus_ilog(rc->range); ff_opus_rc_enc_end() local [all...] |
| H A D | tdsc.c | 238 uint32_t bits = bytestream2_get_be32(&ctx->gbc); in tdsc_load_cursor() local 251 uint32_t bits = bytestream2_get_be32(&ctx->gbc); in tdsc_load_cursor() local
|
| H A D | utvideodec.c | 53 uint8_t bits[1024]; in build_huff() local 237 int bits = get_bits_le(&cbit, 3); in decode_plane() local [all...] |
| H A D | msmpeg4enc.c | 341 int range, bit_size, sign, code, bits; in msmpeg4v2_encode_motion() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_acrusher.c | 47 double bits; member
|
| /third_party/ffmpeg/libavcodec/tests/ |
| H A D | dct.c | 180 static int dct_error(const struct algo *dct, int test, int is_idct, int speed, const int bits) in dct_error() argument 475 int bits=8; in main() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | ape.c | 307 int bits = avio_r8(pb); in ape_read_header() local
|
| H A D | avisynth.c | 908 int n, i, plane, rowsize, planeheight, pitch, bits, ret; in avisynth_read_packet_video() local
|