Home
last modified time | relevance | path

Searched refs:unsign (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c1480 int32_t unsign = 0; in no_codebook_bits_offset() local
1491 unsign = 1 << (lsb_bits - 1); in no_codebook_bits_offset()
1496 bo->min = offset - unsign + 1; in no_codebook_bits_offset()
1497 bo->max = offset + unsign; in no_codebook_bits_offset()
1510 int32_t unsign = 0; in no_codebook_bits() local
1527 unsign = 1 << (lsb_bits - 1); in no_codebook_bits()
1536 bo->min = max - unsign + 1; in no_codebook_bits()
1537 bo->max = min + unsign; in no_codebook_bits()
1556 int unsign, mask; in codebook_bits_offset() local
1567 unsign in codebook_bits_offset()
[all...]
/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format-test-negatives.c355 const unsign = { in f() local
/third_party/openssl/util/
H A Dcheck-format-test-negatives.c355 const unsign = { in f() local
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c1679 bool unsign = format == AC_FETCH_FORMAT_UNORM || format == AC_FETCH_FORMAT_USCALED || in ac_build_opencoded_load_format() local
1683 if (unsign) { in ac_build_opencoded_load_format()

Completed in 12 milliseconds