Home
last modified time | relevance | path

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

/dports/multimedia/xvid/xvidcore/src/
H A Dencoder.h174 int * temp_dquants; member
H A Dencoder.c238 pEnc->temp_dquants = (int *) xvid_malloc(pEnc->mbParam.mb_width * in enc_create()
240 if (pEnc->temp_dquants==NULL) in enc_create()
597 xvid_free(pEnc->temp_dquants); in enc_create()
699 xvid_free(pEnc->temp_dquants); in enc_destroy()
808 data.dquant = pEnc->temp_dquants; in call_plugins()
857 data.dquant = pEnc->temp_dquants; in call_plugins()