OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QPx2
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.h
44
Int
QPx2
;
fastquant.cpp
156
Int
QPx2
= QuantParam->
QPx2
;
161
Int shift = 15 + (
QPx2
>> 4);
238
coeff = coeff_dequant(q_value,
QPx2
, Addition, tmp);
275
Int
QPx2
= QuantParam->
QPx2
;
280
Int shift = 15 + (
QPx2
>> 4);
294
QPx2plus =
QPx2
<< 4;
400
coeff = coeff_dequant(q_value,
QPx2
, Addition, tmp);
551
Int stepsize,
QPx2
= QP << 1
[
all
...]
mp4lib_int.h
463
Int
QPx2
;
Completed in 961 milliseconds