OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quanttable
(Results
1 - 3
of
3
) sorted by null
/external/aac/libSBRenc/src/
ps_encode.cpp
215
const FIXP_DBL *RESTRICT
quantTable
,
225
if( fixp_abs((input[band]>>1)-(
quantTable
[idx+1]>>1)) >
226
fixp_abs((input[band]>>1)-(
quantTable
[idx]>>1)) )
231
quantErr += (fixp_abs(input[band]-
quantTable
[idx])>>PS_QUANT_SCALE); /* don't scale before subtraction; diff smaller (64-25)/64 */
[
all
...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_Utils.h
247
IDMJPGE_TIGEM_CustomQuantTables *
quantTable
;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c
[
all
...]
Completed in 159 milliseconds