Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Divi.c521 if (sym == rvmap->eob_sym) in ivi_decode_coded_blocks()
557 if (scan_pos < 0 || scan_pos >= num_coeffs && sym != rvmap->eob_sym) in ivi_decode_coded_blocks()
983 if (idx1 == band->rv_map->eob_sym || idx2 == band->rv_map->eob_sym) in decode_band()
984 band->rv_map->eob_sym ^= idx1 ^ idx2; in decode_band()
1043 if (idx1 == band->rv_map->eob_sym || idx2 == band->rv_map->eob_sym) in decode_band()
1044 band->rv_map->eob_sym ^= idx1 ^ idx2; in decode_band()
Divi.h98 uint8_t eob_sym; ///< end of block symbol member