Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Divi.c523 if (sym == rvmap->eob_sym) in ivi_decode_coded_blocks()
559 if (scan_pos < 0 || scan_pos >= num_coeffs && sym != rvmap->eob_sym) in ivi_decode_coded_blocks()
985 if (idx1 == band->rv_map->eob_sym || idx2 == band->rv_map->eob_sym) in decode_band()
986 band->rv_map->eob_sym ^= idx1 ^ idx2; in decode_band()
1045 if (idx1 == band->rv_map->eob_sym || idx2 == band->rv_map->eob_sym) in decode_band()
1046 band->rv_map->eob_sym ^= idx1 ^ idx2; in decode_band()
1264 5, /* eob_sym */
1303 0, /* eob_sym */
[all...]
H A Divi.h98 uint8_t eob_sym; ///< end of block symbol member

Completed in 5 milliseconds