Searched refs:left_ch (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalacenc.c160 static int estimate_stereo_mode(int32_t *left_ch, int32_t *right_ch, int n) argument
170 lt = left_ch[i] - 2*left_ch[i-1] + left_ch[i-2];
H A Dflacenc.c1035 static int estimate_stereo_mode(int32_t *left_ch, int32_t *right_ch, int n) argument
1046 lt = left_ch[i] - 2*left_ch[i-1] + left_ch[i-2];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalacenc.c179 static int estimate_stereo_mode(int32_t *left_ch, int32_t *right_ch, int n) argument
189 lt = left_ch[i] - 2 * left_ch[i - 1] + left_ch[i - 2];
H A Dflacenc.c980 static int estimate_stereo_mode(int32_t *left_ch, int32_t *right_ch, int n, argument
992 lt = left_ch[i] - 2*left_ch[i-1] + left_ch[i-2];

Completed in 60 milliseconds