Home
last modified time | relevance | path

Searched defs:nibble (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dadpcm.c355 static inline int16_t adpcm_agm_expand_nibble(ADPCMChannelStatus *c, int8_t nibble) in adpcm_agm_expand_nibble()
399 static inline int16_t adpcm_ima_expand_nibble(ADPCMChannelStatus *c, int8_t nibble, int shift) in adpcm_ima_expand_nibble()
425 static inline int16_t adpcm_ima_alp_expand_nibble(ADPCMChannelStatus *c, int8_t nibble, int shift) in adpcm_ima_alp_expand_nibble()
448 static inline int16_t adpcm_ima_mtf_expand_nibble(ADPCMChannelStatus *c, int nibble) in adpcm_ima_mtf_expand_nibble()
464 static inline int16_t adpcm_ima_cunning_expand_nibble(ADPCMChannelStatus *c, int8_t nibble) in adpcm_ima_cunning_expand_nibble()
486 int nibble, step_index, predictor, sign, delta, diff, step, shift; in adpcm_ima_wav_expand_nibble() local
507 static inline int adpcm_ima_qt_expand_nibble(ADPCMChannelStatus *c, int nibble) in adpcm_ima_qt_expand_nibble()
533 static inline int16_t adpcm_ms_expand_nibble(ADPCMChannelStatus *c, int nibble) in adpcm_ms_expand_nibble()
552 static inline int16_t adpcm_ima_oki_expand_nibble(ADPCMChannelStatus *c, int nibble) in adpcm_ima_oki_expand_nibble()
573 static inline int16_t adpcm_ct_expand_nibble(ADPCMChannelStatus *c, int8_t nibble) in adpcm_ct_expand_nibble()
[all …]
Dadpcmenc.c56 int nibble; member
234 int nibble = FFMIN(7, abs(delta) * 4 / in adpcm_ima_compress_sample() local
249 int nibble = FFMIN(abs(delta) * 4 / step, 7); in adpcm_ima_alp_compress_sample() local
267 int nibble = 8*(delta < 0); in adpcm_ima_qt_compress_sample() local
302 int predictor, nibble, bias; in adpcm_ms_compress_sample() local
331 int nibble, delta; in adpcm_yamaha_compress_sample() local
410 const int nibble = nidx & 0xf; in adpcm_compress_trellis() local
561 int nibble; in adpcm_argo_compress_nibble() local
586 int nibble = adpcm_argo_compress_nibble(cs, samples[n], shift, flag); in adpcm_argo_compress_block() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_attributes.c56 unsigned nibble = (vertex_count >> n) & 0xF; in panfrost_large_padded_vertex_count() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-cff-interp-dict-common.hh93 unsigned nibble; in parse_bcd() local
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer.cc428 const auto nibble = hex_value(content_->data[i]); in try_hex_float() local
454 auto nibble = hex_value(content_->data[i]); in try_hex_float() local
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DBundleItem.java362 private static char toHex(int nibble) { in toHex()
/third_party/fsverity-utils/programs/
Dutils.c276 static char bin2hex_char(u8 nibble) in bin2hex_char()
/third_party/openssl/test/
Ddanetest.c183 int nibble = 0; in hexdecode() local
/third_party/protobuf/js/binary/
Dutils.js688 jspb.utils.toHexDigit_ = function(nibble) { argument
/third_party/alsa-lib/src/topology/
Dsave.c231 static const char nibble[16] = "0123456789abcdef"; in tplg_save_quoted() local
/third_party/icu/tools/unicode/c/genprops/
Dnamespropsbuilder.cpp1087 appendLineLengthNibble(uint8_t nibble) { in appendLineLengthNibble()
/third_party/littlefs/runners/
Dbench_runner.c62 char nibble = (x & 0xf) | (x > 0xf ? 0x10 : 0); in leb16_print() local
85 uintmax_t nibble = s[i]; in leb16_parse() local
Dtest_runner.c62 char nibble = (x & 0xf) | (x > 0xf ? 0x10 : 0); in leb16_print() local
85 uintmax_t nibble = s[i]; in leb16_parse() local
/third_party/cJSON/tests/unity/src/
Dunity.c212 int nibble; in UnityPrintNumberHex() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dfloat_conversion.cc729 Int MoveToNibble(uint8_t nibble, int nibble_index) { in MoveToNibble()
/third_party/unity/src/
Dunity.c274 int nibble; in UnityPrintNumberHex() local
/third_party/openssl/apps/
Ds_client.c305 int nibble = 0; in hexdecode() local
/third_party/node/deps/openssl/openssl/apps/
Ds_client.c305 int nibble = 0; in hexdecode() local
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.cc1686 uint64_t nibble = MemReadUint(lane_size_in_bytes, address + offset); in Simulator() local