Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdec_hcr.cpp513 INT qsc; in HcrReorderQuantizedSpectralCoefficients() local
543 qsc = *pQuantizedSpectralCoefficients++; in HcrReorderQuantizedSpectralCoefficients()
544 abs_qsc = fAbs(qsc); in HcrReorderQuantizedSpectralCoefficients()
546 *pTeVa++ = (FIXP_DBL)qsc; /* the qsc value is within range */ in HcrReorderQuantizedSpectralCoefficients()
552 *pTeVa++ = (FIXP_DBL)qsc; in HcrReorderQuantizedSpectralCoefficients()
/external/libxaac/decoder/
Dixheaacd_huff_code_reorder.c1740 WORD32 qsc; in ixheaacd_hcr_reorder_quantized_spec_coeff() local
1767 qsc = *ptr_quant_spec_coeff++; in ixheaacd_hcr_reorder_quantized_spec_coeff()
1768 abs_qsc = ixheaacd_abs32(qsc); in ixheaacd_hcr_reorder_quantized_spec_coeff()
1770 *ptr_teva++ = (WORD32)qsc; in ixheaacd_hcr_reorder_quantized_spec_coeff()
1773 *ptr_teva++ = (WORD32)qsc; in ixheaacd_hcr_reorder_quantized_spec_coeff()