| /third_party/ffmpeg/libavcodec/ |
| H A D | flacdsp_lpc_template.c | 48 lpc_encode_unrolled(int32_t *res, const int32_t *smp, int len, int order, const int32_t *coefs, int shift, int big) lpc_encode_unrolled() argument 108 flac_lpc_encode_c(int32_t *res, const int32_t *smp, int len, int order, const int32_t *coefs, int shift) flac_lpc_encode_c() argument [all...] |
| H A D | ttadata.h | 28 int32_t shift, round, error; member
|
| H A D | cabac_functions.h | 80 int shift= (uint32_t)(c->range - 0x100)>>31; in renorm_cabac_decoder_once() local
|
| H A D | g722.c | 139 const int shift = log_factor >> 11; in linear_scale_factor() local
|
| H A D | bfi.c | 79 int shift = 16; in bfi_decode_frame() local
|
| H A D | dcadct.c | 176 int i, k, mag, shift, round; in imdct_half_32() local 295 int i, k, mag, shift, round; in imdct_half_64() local [all...] |
| H A D | snappy.c | 35 int shift = 0; in bytestream2_get_levarint() local
|
| H A D | nellymoser.c | 87 static inline int signed_shift(int i, int shift) { in signed_shift() argument 93 static int sum_bits(short *buf, short shift, short off) in sum_bits() argument 123 short shift, shift_saved; in ff_nelly_get_sample_bits() local [all...] |
| H A D | wnv1.c | 45 static inline int wnv1_get_code(GetBitContext *gb, int shift, int base_value) in wnv1_get_code() argument 62 int i, j, ret, shift; in decode_frame() local [all...] |
| /third_party/curl/scripts/ |
| H A D | schemetable.c | 79 unsigned int calc(const char *s, int add, int shift) in calc() argument 84 c <<= shift; in calc() local 94 static void showtable(int try, int init, int shift) in showtable() argument 150 int shift; in main() local [all...] |
| /third_party/musl/porting/uniproton/kernel/src/string/ |
| H A D | strstr.c | 38 size_t shift[256]; in twoway_strstr() local
|
| /third_party/musl/src/string/ |
| H A D | strstr.c | 38 size_t shift[256]; in twoway_strstr() local
|
| /third_party/musl/porting/liteos_a/kernel/src/string/ |
| H A D | strstr.c | 38 size_t shift[256]; in twoway_strstr() local
|
| /third_party/musl/porting/liteos_m/kernel/src/string/ |
| H A D | strstr.c | 38 size_t shift[256]; in twoway_strstr() local
|
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_attributes.c | 100 unsigned shift = util_logbase2(hw_divisor); in panfrost_compute_magic_divisor() local
|
| /third_party/skia/src/codec/ |
| H A D | SkMasks.cpp | 61 static uint8_t get_comp(uint32_t pixel, uint32_t mask, uint32_t shift, in get_comp() argument 92 uint32_t shift = 0; in process_mask() local [all...] |
| H A D | SkMasks.h | 18 uint32_t shift; // To the left member
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| H A D | bit_reader_inl_utils.h | 128 const int shift = 7 ^ BitsLog2Floor(range); in VP8GetBit() local 129 range <<= shift; in VP8GetBit() local 182 const int shift = kVP8Log2Range[range]; in VP8GetBitAlt() local
|
| /third_party/optimized-routines/string/aarch64/ |
| H A D | memchr-mte.S | 24 #define shift x6 define
|
| H A D | memrchr.S | 24 #define shift x6 define
|
| H A D | strcmp-mte.S | 35 #define shift x9 define [all...] |
| H A D | strrchr-mte.S | 24 #define shift x4 define
|
| /third_party/pulseaudio/speex/tmv/ |
| H A D | fftwrap_tm.h | 44 register int shift=0; in maximize_range() local 113 static void renorm_range(Int16 *in, Int16 *out, int shift, int len) in renorm_range() argument [all...] |
| /foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/ |
| H A D | bit_reader.h | 61 uint8_t shift = availBits_ - toRead; in ReadBits() local
|
| /third_party/ffmpeg/libavcodec/ppc/ |
| H A D | hevcdsp.c | 44 transform4x4(vec_s16 src_01, vec_s16 src_23, vec_s32 res[4], const int shift, int16_t *coeffs) transform4x4() argument 77 scale(vec_s32 res[4], vec_s16 res_packed[2], const int shift) scale() argument
|