OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcoeff
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.h
65
coeffPtr
pCoeff
, int pos);
68
coeffPtr
pCoeff
);
OverlayPlaneBase.cpp
848
coeffPtr
pCoeff
, int pos)
864
pCoeff
[pos].exponent = 3;
865
pCoeff
[pos].mantissa = icoeff << res;
868
pCoeff
[pos].exponent = 2;
869
pCoeff
[pos].mantissa = icoeff << res;
872
pCoeff
[pos].exponent = 1;
873
pCoeff
[pos].mantissa = icoeff << res;
876
pCoeff
[pos].exponent = 0;
877
pCoeff
[pos].mantissa = icoeff << res;
884
pCoeff
[pos].sign = sign
[
all
...]
/external/aac/libAACdec/src/
aacdec_tns.cpp
254
FIXP_TCC *
pCoeff
;
258
pCoeff
= coeff; \
261
x = (pSpec [0]>>1) + fMultDiv2 (*
pCoeff
++, pState [0]) ; \
263
x = (pSpec [0]<<s) + fMultDiv2 (*
pCoeff
++, pState [0]) ;
266
x = fMultAddDiv2 (x, *
pCoeff
, pState [1]); \
267
pState [0] = pState [1] - (fMultDiv2 (*
pCoeff
++, x) <<2) ; \
358
FIXP_TCC *
pCoeff
;
361
pCoeff
= &coeff[filter->Order-1];
366
*
pCoeff
-- = FDKaacDec_tnsCoeff3[filter->Coeff[i]+4];
372
*
pCoeff
-- = FDKaacDec_tnsCoeff4[filter->Coeff[i]+8]
[
all
...]
/hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.h
66
coeffPtr
pCoeff
, int pos);
69
coeffPtr
pCoeff
);
OverlayPlaneBase.cpp
868
coeffPtr
pCoeff
, int pos)
884
pCoeff
[pos].exponent = 3;
885
pCoeff
[pos].mantissa = icoeff << res;
888
pCoeff
[pos].exponent = 2;
889
pCoeff
[pos].mantissa = icoeff << res;
892
pCoeff
[pos].exponent = 1;
893
pCoeff
[pos].mantissa = icoeff << res;
896
pCoeff
[pos].exponent = 0;
897
pCoeff
[pos].mantissa = icoeff << res;
904
pCoeff
[pos].sign = sign
[
all
...]
/hardware/intel/img/psb_video/src/
psb_overlay.c
287
SetCoeffRegs(double *coeff, int mantSize, coeffPtr
pCoeff
, int pos)
303
pCoeff
[pos].exponent = 3;
304
pCoeff
[pos].mantissa = icoeff << res;
307
pCoeff
[pos].exponent = 2;
308
pCoeff
[pos].mantissa = icoeff << res;
311
pCoeff
[pos].exponent = 1;
312
pCoeff
[pos].mantissa = icoeff << res;
315
pCoeff
[pos].exponent = 0;
316
pCoeff
[pos].mantissa = icoeff << res;
323
pCoeff
[pos].sign = sign
[
all
...]
/external/aac/libAACenc/src/
aacenc_tns.cpp
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp
2054
Short
pcoeff
[42];
local
[
all
...]
Completed in 243 milliseconds