| /third_party/ffmpeg/libavcodec/ |
| H A D | sga.c | 49 int shift; member 201 lzss_decompress(AVCodecContext *avctx, GetByteContext *gb, uint8_t *dst, int dst_size, int shift, int plus) lzss_decompress() argument [all...] |
| H A D | msmpeg4dec.c | 79 int code, val, sign, shift; in msmpeg4v2_decode_motion() local
|
| H A D | smcenc.c | 307 int shift = 15; in smc_encode_stream() local 355 int shift = 30; in smc_encode_stream() local 422 int shift = 45; in smc_encode_stream() local
|
| H A D | mpegvideo_motion.c | 650 const int shift = s->quarter_sample ? 2 : 1; in prefetch_motion() local
|
| H A D | ra144enc.c | 433 int shift[LPC_ORDER]; in ra144_encode_frame() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_afreqshift.c | 34 double shift; member [all...] |
| H A D | src_avsynctest.c | 173 static int32_t sin32(int32_t x, int shift) in sin32() argument
|
| H A D | vf_deband.c | 42 int shift[2]; member
|
| H A D | vf_deshake.c | 214 static double block_angle(int x, int y, int cx, int cy, IntMotionVector *shift) in block_angle() argument
|
| H A D | vf_siti.c | 156 int shift; in convert_full_range() local
|
| H A D | vf_premultiply.c | 93 premultiply8(const uint8_t *msrc, const uint8_t *asrc, uint8_t *dst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) premultiply8() argument 113 premultiply8yuv(const uint8_t *msrc, const uint8_t *asrc, uint8_t *dst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) premultiply8yuv() argument 133 premultiply8offset(const uint8_t *msrc, const uint8_t *asrc, uint8_t *dst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) premultiply8offset() argument 153 premultiply16(const uint8_t *mmsrc, const uint8_t *aasrc, uint8_t *ddst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) premultiply16() argument 176 premultiply16yuv(const uint8_t *mmsrc, const uint8_t *aasrc, uint8_t *ddst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) premultiply16yuv() argument 199 premultiply16offset(const uint8_t *mmsrc, const uint8_t *aasrc, uint8_t *ddst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) premultiply16offset() argument 222 premultiplyf32(const uint8_t *mmsrc, const uint8_t *aasrc, uint8_t *ddst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) premultiplyf32() argument 245 premultiplyf32offset(const uint8_t *mmsrc, const uint8_t *aasrc, uint8_t *ddst, ptrdiff_t mlinesize, ptrdiff_t alinesize, ptrdiff_t dlinesize, int w, int h, int half, int shift, int offset) premultiplyf32offset() argument [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | dv.c | 67 uint16_t shift, result; in dv_audio_12to16() local [all...] |
| H A D | jpegxl_probe.c | 85 uint64_t shift = 12, ret; in jpegxl_u64() local
|
| /third_party/ffmpeg/libswresample/tests/ |
| H A D | swresample.c | 78 static void shift(uint8_t *a[], int index, int ch_count, enum AVSampleFormat f){ in shift() function [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | UnicodeSetStringSpan.java | 1069 public void shift(int delta) { in shift() method in UnicodeSetStringSpan.OffsetList
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | UnicodeSetStringSpan.java | 1066 public void shift(int delta) { in shift() method in UnicodeSetStringSpan.OffsetList
|
| /third_party/icu/icu4c/source/common/ |
| H A D | unisetspan.cpp | 95 void shift(int32_t delta) { in shift() function in OffsetList
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | collationiterator.cpp | 821 int32_t shift = 8; in appendNumericSegmentCEs() local
|
| /third_party/jerryscript/jerry-core/ecma/base/ |
| H A D | ecma-helpers-conversion.c | 617 int shift = 4 - ECMA_UINT128_CLZ_MAX63 (fraction_uint128); ecma_utf8_string_to_number() local [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_subgroups.c | 396 build_ballot_imm_ishl(nir_builder *b, int64_t val, nir_ssa_def *shift, in build_ballot_imm_ishl() argument
|
| /third_party/mesa3d/src/freedreno/afuc/ |
| H A D | afuc.h | 155 uint32_t shift : 5; member
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_nir_analyze_ubo_ranges.c | 306 const int shift = -2; in lower_ubo_load_to_uniform() local
|
| /third_party/mesa3d/src/freedreno/rnn/ |
| H A D | rnndec.c | 109 int shift = __builtin_clz(frac) - 21; in float16i() local 110 frac <<= shift; in float16i() local
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_nir_lower_blend.c | 314 nir_ssa_def *shift = nir_imm_int(b, alpha_chan * 8); in vc4_do_blending_i() local
|
| /third_party/musl/porting/liteos_m/kernel/include/sys/ |
| H A D | timex.h | 26 int shift; member
|