OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refPic
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.c
421
image_t *
refPic
)
433
ASSERT(
refPic
);
434
ASSERT(
refPic
->data);
435
ASSERT(
refPic
->width);
436
ASSERT(
refPic
->height);
438
width = 8 *
refPic
->width;
439
height = 8 *
refPic
->height;
448
ref =
refPic
->data + 256 *
refPic
->width *
refPic
->height
[
all
...]
h264bsd_inter_prediction.c
555
pMb->
refPic
[0] = refIndex;
556
pMb->
refPic
[1] = refIndex;
557
pMb->
refPic
[2] = refIndex;
558
pMb->
refPic
[3] = refIndex;
626
pMb->
refPic
[0] = refIndex;
627
pMb->
refPic
[1] = refIndex;
640
a[1].refIndex = pMb->
refPic
[0];
666
pMb->
refPic
[2] = refIndex;
667
pMb->
refPic
[3] = refIndex;
733
pMb->
refPic
[0] = refIndex
[
all
...]
h264bsd_reconstruct.h
54
image_t *
refPic
,
65
image_t *
refPic
,
h264bsd_macroblock_layer.h
176
u32
refPic
[4];
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp
242
AVCPictureData *
refPic
= video->RefPicList0[0];
298
if (
refPic
->padded == 0)
300
AVCPaddingEdge(
refPic
);
301
refPic
->padded = 1;
481
void AVCPaddingEdge(AVCPictureData *
refPic
)
488
width =
refPic
->width;
489
height =
refPic
->height;
490
pitch =
refPic
->pitch;
493
src =
refPic
->Sl;
[
all
...]
avcenc_lib.h
510
\param "
refPic
" "Pointer to the reference picture."
513
void AVCPaddingEdge(AVCPictureData *
refPic
);
[
all
...]
Completed in 1508 milliseconds