| /third_party/ffmpeg/libavcodec/ |
| D | adpcm.c | 355 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 …]
|
| D | adpcmenc.c | 56 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/ |
| D | pan_attributes.c | 56 unsigned nibble = (vertex_count >> n) & 0xF; in panfrost_large_padded_vertex_count() local
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| D | hb-cff-interp-dict-common.hh | 93 unsigned nibble; in parse_bcd() local
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| D | lexer.cc | 428 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/ |
| D | BundleItem.java | 362 private static char toHex(int nibble) { in toHex()
|
| /third_party/fsverity-utils/programs/ |
| D | utils.c | 276 static char bin2hex_char(u8 nibble) in bin2hex_char()
|
| /third_party/openssl/test/ |
| D | danetest.c | 183 int nibble = 0; in hexdecode() local
|
| /third_party/protobuf/js/binary/ |
| D | utils.js | 688 jspb.utils.toHexDigit_ = function(nibble) { argument
|
| /third_party/alsa-lib/src/topology/ |
| D | save.c | 231 static const char nibble[16] = "0123456789abcdef"; in tplg_save_quoted() local
|
| /third_party/icu/tools/unicode/c/genprops/ |
| D | namespropsbuilder.cpp | 1087 appendLineLengthNibble(uint8_t nibble) { in appendLineLengthNibble()
|
| /third_party/littlefs/runners/ |
| D | bench_runner.c | 62 char nibble = (x & 0xf) | (x > 0xf ? 0x10 : 0); in leb16_print() local 85 uintmax_t nibble = s[i]; in leb16_parse() local
|
| D | test_runner.c | 62 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/ |
| D | unity.c | 212 int nibble; in UnityPrintNumberHex() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| D | float_conversion.cc | 729 Int MoveToNibble(uint8_t nibble, int nibble_index) { in MoveToNibble()
|
| /third_party/unity/src/ |
| D | unity.c | 274 int nibble; in UnityPrintNumberHex() local
|
| /third_party/openssl/apps/ |
| D | s_client.c | 305 int nibble = 0; in hexdecode() local
|
| /third_party/node/deps/openssl/openssl/apps/ |
| D | s_client.c | 305 int nibble = 0; in hexdecode() local
|
| /third_party/vixl/src/aarch64/ |
| D | simulator-aarch64.cc | 1686 uint64_t nibble = MemReadUint(lane_size_in_bytes, address + offset); in Simulator() local
|