Home
last modified time | relevance | path

Searched refs:bits_value (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcbs_av1.c33 uint32_t zeroes, bits_value, value; in cbs_av1_read_uvlc() local
61 bits_value = get_bits_long(gbc, zeroes); in cbs_av1_read_uvlc()
62 value = bits_value + (UINT32_C(1) << zeroes) - 1; in cbs_av1_read_uvlc()
88 bits[i++] = (bits_value >> (zeroes - j - 1) & 1) ? '1' : '0'; in cbs_av1_read_uvlc()
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc8212 const int bits_value = static_cast<int>(matcher.ResolvedValue());
8215 ? simplified()->SpeculativeBigIntAsIntN(bits_value, p.feedback())
8216 : simplified()->SpeculativeBigIntAsUintN(bits_value,

Completed in 12 milliseconds