Searched defs:bits_to_read (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_integer_sequence.cpp | 266 static const int bits_to_read[5] = { 2, 2, 1, 2, 1 }; in decode_ise() local 279 static const int bits_to_read[3] = { 3, 2, 2 }; in decode_ise() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_integer_sequence.cpp | 688 static const unsigned int bits_to_read[5] { 2, 2, 1, 2, 1 }; in decode_ise() local 701 static const unsigned int bits_to_read[3] { 3, 2, 2 }; in decode_ise() local
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | texcompress_astc.cpp | 941 int bits_to_read = MIN2(bits_left, 8 + ce_bits * 5); in unpack_colour_endpoints() local 960 int bits_to_read = MIN2(bits_left, 7 + ce_bits * 3); in unpack_colour_endpoints() local 1114 int bits_to_read = MIN2(bits_left, 8 + 5*wt_bits); in unpack_weights() local 1134 int bits_to_read = MIN2(bits_left, 7 + 3*wt_bits); in unpack_weights() local
|
/aosp_15_r20/external/libavc/decoder/ |
H A D | ih264d_bitstrm.h | 94 #define CHECK_BITS_SUFFICIENT(ps_bitstrm, bits_to_read) \ argument
|
/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/ |
H A D | rtc_event_field_encoding_parser.cc | 79 size_t bits_to_read = NumEventsInBatch(); in ReadOptionalValuePositions() local
|
/aosp_15_r20/external/libxaac/decoder/ |
H A D | ixheaacd_headerdecode.c | 225 WORD32 bits_to_read = ptr_config_element->alignment_bits; in ixheaacd_read_prog_config_element() local
|