OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refIdxLX
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp
173
int
refIdxLX
= 0;
232
status = ReorderShortTerm(video, picNumLX, &
refIdxLX
, isL1);
240
status = ReorderLongTerm(video, long_term_pic_idx[i], &
refIdxLX
, isL1);
254
AVCStatus ReorderShortTerm(AVCCommonObj *video, int picNumLX, int *
refIdxLX
, int isL1)
284
for (cIdx = num_ref_idx_lX_active_minus1 + 1; cIdx > *
refIdxLX
; cIdx--)
289
RefPicListX[(*
refIdxLX
)++ ] = picLX;
291
nIdx = *
refIdxLX
;
293
for (cIdx = *
refIdxLX
; cIdx <= num_ref_idx_lX_active_minus1 + 1; cIdx++)
307
AVCStatus ReorderLongTerm(AVCCommonObj *video, int LongTermPicNum, int *
refIdxLX
, int isL1)
336
for (cIdx = num_ref_idx_lX_active_minus1 + 1; cIdx > *
refIdxLX
; cIdx--
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avclib_common.h
446
\param "
refIdxLX
" "Pointer to the current entry index in the reference."
450
AVCStatus ReorderShortTerm(AVCCommonObj *video, int picNumLX, int *
refIdxLX
, int isL1);
457
\param "
refIdxLX
" "Pointer to the current entry index in the reference."
461
AVCStatus ReorderLongTerm(AVCCommonObj *video, int LongTermPicNum, int *
refIdxLX
, int isL1);
Completed in 3634 milliseconds