Searched refs:ff_write_quant_matrix (Results 1 – 4 of 4) sorted by relevance
316 ff_write_quant_matrix(&s->pb, s->avctx->intra_matrix); in mpeg1_encode_sequence_header()317 ff_write_quant_matrix(&s->pb, s->avctx->inter_matrix); in mpeg1_encode_sequence_header()
728 void ff_write_quant_matrix(PutBitContext *pb, uint16_t *matrix);
1030 ff_write_quant_matrix(&s->pb, s->avctx->intra_matrix); in mpeg4_encode_vol_header()1031 ff_write_quant_matrix(&s->pb, s->avctx->inter_matrix); in mpeg4_encode_vol_header()
204 void ff_write_quant_matrix(PutBitContext *pb, uint16_t *matrix) in ff_write_quant_matrix() function