OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qp_half
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
dcac_prediction.cpp
47
int
QP_half
= QP >> 1;
158
q_block[i] = (val < 0) ? (int16)((val -
QP_half
) / QP) : (int16)((val +
QP_half
) / QP);
187
q_block[i<<3] = (val < 0) ? (int16)((val -
QP_half
) / QP) : (int16)((val +
QP_half
) / QP);
Completed in 186 milliseconds