Searched refs:fixed_point (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3enc_fixed.c137 s->fixed_point = 1;
H A Dac3enc_template.c113 if (s->fixed_point)
414 if (s->fixed_point)
428 if (!s->fixed_point)
H A Dac3enc.h167 int fixed_point; ///< indicates if fixed-point encoder is being used member in struct:AC3EncodeContext
H A Dac3enc.c2384 if (!s->fixed_point) {
2443 if (CONFIG_AC3_FIXED_ENCODER && s->fixed_point) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc_fixed.c141 s->fixed_point = 1;
H A Dac3enc_template.c118 if (s->fixed_point)
410 if (s->fixed_point)
424 if (!s->fixed_point)
H A Dac3enc.h174 int fixed_point; ///< indicates if fixed-point encoder is being used member in struct:AC3EncodeContext
H A Dac3enc.c2394 if (!s->fixed_point) {
2454 if (CONFIG_AC3_FIXED_ENCODER && s->fixed_point) {

Completed in 69 milliseconds