Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Daacenc_is.c36 int use_pcoeffs, int phase) in ff_aac_is_encoding_err() argument
41 float *L = use_pcoeffs ? sce0->pcoeffs : sce0->coeffs; in ff_aac_is_encoding_err()
42 float *R = use_pcoeffs ? sce1->pcoeffs : sce1->coeffs; in ff_aac_is_encoding_err()
Daacenc_is.h48 int use_pcoeffs, int phase);