Home
last modified time | relevance | path

Searched refs:intra_base (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dindeo5.c211 band->intra_base = &ivi5_base_quant_8x8_intra[quant_mat][0]; in decode_gop_header()
216 band->intra_base = ivi5_base_quant_4x4_intra; in decode_gop_header()
239 band2->intra_base = band1->intra_base; in decode_gop_header()
Divi.h184 const uint16_t *intra_base; ///< quantization matrix for intra blocks member
Dindeo4.c434 band->intra_base = &ivi4_quant_8x8_intra[quant_index_to_tab[band->quant_mat]][0]; in decode_band_hdr()
437 band->intra_base = &ivi4_quant_4x4_intra[quant_index_to_tab[band->quant_mat]][0]; in decode_band_hdr()
Divi.c492 const uint16_t *base_tab = is_intra ? band->intra_base : band->inter_base; in ivi_decode_coded_blocks()