OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RefIdx
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
slice.cpp
400
currMB->
RefIdx
[0] = currMB->
RefIdx
[1] =
401
currMB->
RefIdx
[2] = currMB->
RefIdx
[3] = video->RefPicList0[0]->
RefIdx
;
818
currMB->
RefIdx
[mbPartIdx] = video->RefPicList0[currMB->ref_idx_L0[mbPartIdx]]->
RefIdx
;
motion_est.cpp
834
currMB->
RefIdx
[], currMB->ref_idx_L0[],
932
currMB->
RefIdx
[mbPartIdx] = video->RefPicList0[FIXED_REF_IDX]->
RefIdx
;
1003
currMB->
RefIdx
[0] = currMB->
RefIdx
[1] =
1004
currMB->
RefIdx
[2] = currMB->
RefIdx
[3] = video->RefPicList0[DEFAULT_REF_IDX]->
RefIdx
;
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp
537
void*
refIdx
;
554
refIdx
= (void*) MbQ->
RefIdx
; //de-ref type-punned pointer fix
555
ptrQ = (int16*)
refIdx
;
556
refIdx
= (void*)MbP->
RefIdx
; //de-ref type-punned pointer fix
557
ptrP = (int16*)
refIdx
;
643
refIdx
= (void*)MbQ->
RefIdx
; //de-ref type-punned pointer
644
ptrQ = (int16*)
refIdx
;
[
all
...]
dpb.cpp
30
uint16
refIdx
= 0;
95
dpb->fs[num_fs]->frame.
RefIdx
=
refIdx
++; /* this value will remain unchanged through out the encoding session */
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
484
uint16
RefIdx
; /* index used for reference frame */
575
uint16
RefIdx
[4]; /* ref index, has value of AVCPictureData->
RefIdx
*/
[
all
...]
Completed in 463 milliseconds