Searched refs:k_eob_offset_bits (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | txb_common.c | 458 const int16_t k_eob_offset_bits[12] = { 0, 0, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 }; variable
|
D | txb_common.h | 18 extern const int16_t k_eob_offset_bits[12];
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 237 if (k_eob_offset_bits[eob_pt] > 0) { 239 int eob_shift = k_eob_offset_bits[eob_pt] - 1; 257 if (k_eob_offset_bits[eob_pt] > 0) { 259 const int eob_shift = k_eob_offset_bits[eob_pt] - 1; 262 const int offset_bits = k_eob_offset_bits[eob_pt]; 567 const int eob_offset_bits = k_eob_offset_bits[eob_pt];
|
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 223 const int eob_offset_bits = k_eob_offset_bits[eob_pt]; in av1_read_coeffs_txb()
|