OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QPy
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp
345
video->
QPy
= rateCtrl->Qc = rateCtrl->initQP;
350
video->
QPy
= rateCtrl->Qc;
373
pMP->QP = video->
QPy
;
387
video->
QPy
= rateCtrl->initQP;
390
// printf(" %d ",video->
QPy
);
395
picParam->pic_init_qp_minus26 = video->
QPy
- 26;
399
encvid->lambda_mode = QP2QUANT[AVC_MAX(0, video->
QPy
-SHIFT_QP)];
700
video->QPy_div_6 = (currMB->
QPy
* 43) >> 8;
701
video->QPy_mod_6 = currMB->
QPy
- 6 * video->QPy_div_6;
702
currMB->QPc = video->QPc = mapQPi2QPc[AVC_CLIP3(0, 51, currMB->
QPy
+ video->currPicParams->chroma_qp_index_offset)]
[
all
...]
slice.cpp
51
/* calculate currMB->
QPy
*/
328
set video->QPyprev = currMB->
QPy
; */
336
if (!currMB->CBP && currMB->NumMbPart == 1 && currMB->
QPy
== video->
QPy
)
581
/* calculate currMB->mb_qp_delta = currMB->
QPy
- video->QPyprev */
584
status = se_v(stream, currMB->
QPy
- video->
QPy
);
585
video->
QPy
= currMB->
QPy
; /* = (video->QPyprev + currMB->mb_qp_delta + 52)%52; */
590
if (currMB->
QPy
!= video->QPy) // current QP is not the same as previous Q
[
all
...]
init.cpp
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp
333
QP = (MbP->
QPy
+ MbQ->
QPy
+ 1) >> 1; // Average QP of the two blocks;
377
indexA = MbQ->
QPy
+ video->FilterOffsetA;
378
indexB = MbQ->
QPy
+ video->FilterOffsetB;
440
QP = (MbP->
QPy
+ MbQ->
QPy
+ 1) >> 1; // Average QP of the two blocks;
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
598
int
QPy
; /* Luma QP */
643
int
QPy
;
[
all
...]
Completed in 98 milliseconds