Searched defs:index_g (Results 1 - 3 of 3) sorted by relevance

/external/libpng/
H A Dpngrtran.c773 int index_g = index_r | (ig << PNG_QUANTIZE_BLUE_BITS); local
777 int d_index = index_g | ib;
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngrtran.c772 int index_g = index_r | (ig << PNG_QUANTIZE_BLUE_BITS); local
776 int d_index = index_g | ib;
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c854 int index_g[KLT_ORDER_GAIN], index_s[KLT_ORDER_SHAPE]; local
883 index_g, streamdata, WebRtcIsac_kQKltCdfPtrGain,
897 index_g[k]];
1243 int index_g[KLT_ORDER_GAIN]; local
1303 index_g[k] = (pos2) + WebRtcIsac_kQKltQuantMinGain[k];
1304 if (index_g[k] < 0) {
1305 index_g[k] = 0;
1306 } else if (index_g[k] > WebRtcIsac_kQKltMaxIndGain[k]) {
1307 index_g[k] = WebRtcIsac_kQKltMaxIndGain[k];
1309 index_ovr_g[k] = WebRtcIsac_kQKltOffsetGain[k] + index_g[
1872 WebRtcIsac_TranscodeLPCCoef(double* LPCCoef_lo, double* LPCCoef_hi, int* index_g) argument
[all...]

Completed in 171 milliseconds