Home
last modified time | relevance | path

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 Dastc_integer_sequence.cpp266 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/
Dastcenc_integer_sequence.cpp688 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 Dtexcompress_astc.cpp941 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 Dih264d_bitstrm.h94 #define CHECK_BITS_SUFFICIENT(ps_bitstrm, bits_to_read) \ argument
/aosp_15_r20/external/webrtc/logging/rtc_event_log/events/
H A Drtc_event_field_encoding_parser.cc79 size_t bits_to_read = NumEventsInBatch(); in ReadOptionalValuePositions() local
/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_headerdecode.c225 WORD32 bits_to_read = ptr_config_element->alignment_bits; in ixheaacd_read_prog_config_element() local