OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcoeff
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant.cpp
124
rcoeff
=> reconstructed coefficient
149
Int BlockQuantDequantH263Inter(Short *
rcoeff
, Short *qcoeff, struct QPstruct *QuantParam,
181
rcoeff
+= 64; /* actual data is 64 item ahead */
182
//end =
rcoeff
+ dctMode - 1;
183
//
rcoeff
--;
190
//
rcoeff
++;
192
coeff =
rcoeff
[i];
206
coeff =
rcoeff
[i];
210
coeff =
rcoeff
[i];
239
rcoeff
[i-64] = coeff
[
all
...]
fastcodemb.h
68
Int BlockQuantDequantH263Inter(Int *
rcoeff
, Int *qcoeff, struct QPstruct *QuantParam,
72
Int BlockQuantDequantH263Intra(Int *
rcoeff
, Int *qcoeff, struct QPstruct *QuantParam,
76
Int BlockQuantDequantH263DCInter(Int *
rcoeff
, Int *qcoeff, struct QPstruct *QuantParam,
79
Int BlockQuantDequantH263DCIntra(Int *
rcoeff
, Int *qcoeff, struct QPstruct *QuantParam,
82
Int BlockQuantDequantMPEGInter(Int *
rcoeff
, Int *qcoeff, Int QP, Int *qmat,
86
Int BlockQuantDequantMPEGIntra(Int *
rcoeff
, Int *qcoeff, Int QP, Int *qmat,
90
Int BlockQuantDequantMPEGDCInter(Int *
rcoeff
, Int *qcoeff, Int QP, Int *qmat,
93
Int BlockQuantDequantMPEGDCIntra(Int *
rcoeff
, Int *qcoeff, Int QP, Int *qmat,
mp4enc_lib.h
65
Int BlockQuantDequantH263Inter(Short *
rcoeff
, Short *qcoeff, struct QPstruct *QuantParam,
69
Int BlockQuantDequantH263Intra(Short *
rcoeff
, Short *qcoeff, struct QPstruct *QuantParam,
73
Int BlockQuantDequantH263DCInter(Short *
rcoeff
, Short *qcoeff, struct QPstruct *QuantParam,
76
Int BlockQuantDequantH263DCIntra(Short *
rcoeff
, Short *qcoeff, struct QPstruct *QuantParam,
80
Int BlockQuantDequantMPEGInter(Short *
rcoeff
, Short *qcoeff, Int QP, Int *qmat,
84
Int BlockQuantDequantMPEGIntra(Short *
rcoeff
, Short *qcoeff, Int QP, Int *qmat,
88
Int BlockQuantDequantMPEGDCInter(Short *
rcoeff
, Short *qcoeff, Int QP, Int *qmat,
91
Int BlockQuantDequantMPEGDCIntra(Short *
rcoeff
, Short *qcoeff, Int QP, Int *qmat,
/external/opencv3/modules/imgproc/src/
demosaicing.cpp
91
int width, int bcoeff, int gcoeff, int
rcoeff
) const
96
__m128i _b2y = _mm_set1_epi16((short)(
rcoeff
*2));
346
int width, int bcoeff, int gcoeff, int
rcoeff
) const
383
b0 = vreinterpretq_u16_s16(vqdmulhq_n_s16(vreinterpretq_s16_u16(b0), (short)(
rcoeff
*2)));
384
b1 = vreinterpretq_u16_s16(vqdmulhq_n_s16(vreinterpretq_s16_u16(b1), (short)(
rcoeff
*4)));
510
Brow(_brow), size(_size), Bcoeff(_bcoeff),
Rcoeff
(_rcoeff)
524
int bcoeff = Bcoeff,
rcoeff
=
Rcoeff
;
local
533
std::swap(bcoeff,
rcoeff
);
555
t0 = (bayer[1] + bayer[bayer_step*2+1])*
rcoeff
;
616
int bcoeff = B2Y,
rcoeff
= R2Y;
local
[
all
...]
Completed in 97 milliseconds