Home
last modified time | relevance | path

Searched defs:shift (Results 51 - 75 of 725) sorted by relevance

12345678910>>...29

/third_party/ffmpeg/libavcodec/
H A Dflacdsp_lpc_template.c48 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 Dttadata.h28 int32_t shift, round, error; member
H A Dcabac_functions.h80 int shift= (uint32_t)(c->range - 0x100)>>31; in renorm_cabac_decoder_once() local
H A Dg722.c139 const int shift = log_factor >> 11; in linear_scale_factor() local
H A Dbfi.c79 int shift = 16; in bfi_decode_frame() local
H A Ddcadct.c176 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 Dsnappy.c35 int shift = 0; in bytestream2_get_levarint() local
H A Dnellymoser.c87 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 Dwnv1.c45 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 Dschemetable.c79 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 Dstrstr.c38 size_t shift[256]; in twoway_strstr() local
/third_party/musl/src/string/
H A Dstrstr.c38 size_t shift[256]; in twoway_strstr() local
/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dstrstr.c38 size_t shift[256]; in twoway_strstr() local
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dstrstr.c38 size_t shift[256]; in twoway_strstr() local
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_attributes.c100 unsigned shift = util_logbase2(hw_divisor); in panfrost_compute_magic_divisor() local
/third_party/skia/src/codec/
H A DSkMasks.cpp61 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 DSkMasks.h18 uint32_t shift; // To the left member
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_reader_inl_utils.h128 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 Dmemchr-mte.S24 #define shift x6 define
H A Dmemrchr.S24 #define shift x6 define
H A Dstrcmp-mte.S35 #define shift x9 define
[all...]
H A Dstrrchr-mte.S24 #define shift x4 define
/third_party/pulseaudio/speex/tmv/
H A Dfftwrap_tm.h44 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 Dbit_reader.h61 uint8_t shift = availBits_ - toRead; in ReadBits() local
/third_party/ffmpeg/libavcodec/ppc/
H A Dhevcdsp.c44 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

Completed in 9 milliseconds

12345678910>>...29