Home
last modified time | relevance | path

Searched refs:check_trailing_bits_after_symbol_coder (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecodeframe.c2674 static int check_trailing_bits_after_symbol_coder(aom_reader *r) { in check_trailing_bits_after_symbol_coder() function
2756 (check_trailing_bits_after_symbol_coder(td->bit_reader)) ? 1 : 0; in decode_tile()
3199 (check_trailing_bits_after_symbol_coder(td->bit_reader)) ? 1 : 0; in parse_tile_row_mt()
/aosp_15_r20/external/libdav1d/src/
H A Ddecode.c2578 static int check_trailing_bits_after_symbol_coder(const MsacContext *const msac) { in check_trailing_bits_after_symbol_coder() function
2749 check_trailing_bits_after_symbol_coder(&ts->msac); in dav1d_decode_tile_sbrow()