/external/opencore/codecs_v2/video/avc_h264/common/src/ |
dpb.cpp | 89 /* assign the actual memory for Sl, Scb, Scr */ 284 video->currFS->frame.Sl = video->currFS->frame.Scb = video->currFS->frame.Scr = NULL; 287 /* assign dbp->base_dpb to fs[i]->frame.Sl, Scb, Scr .*/ 306 video->currPic->Scr = video->currPic->Scb + (luma_framesize >> 2);
|
deblock.cpp | 81 SrcV = video->currPic->Scr; 131 curCr = currPic->Scr + offset; [all...] |
/frameworks/base/media/libstagefright/codecs/avc/common/src/ |
dpb.cpp | 89 /* assign the actual memory for Sl, Scb, Scr */ 284 video->currFS->frame.Sl = video->currFS->frame.Scb = video->currFS->frame.Scr = NULL; 287 /* assign dbp->base_dpb to fs[i]->frame.Sl, Scb, Scr .*/ 306 video->currPic->Scr = video->currPic->Scb + (luma_framesize >> 2);
|
deblock.cpp | 83 SrcV = video->currPic->Scr; 133 curCr = currPic->Scr + offset; [all...] |
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
residual.cpp | 112 pDst = video->currPic->Scr + ((offset1 + x_position) >> 2);
|
avcenc_api.cpp | 573 recon->YCbCr[2] = currFS->frame.Scr;
|
slice.cpp | 188 curCr = currPic->Scr + offset;
|
intra_est.cpp | 83 topL = video->currPic->Scr + offset; [all...] |
motion_comp.cpp | 66 curCr = currPic->Scr + offset; 85 ref_Cr = video->RefPicList0[ref_idx]->Scr; [all...] |
/external/opencore/codecs_v2/video/avc_h264/common/include/ |
avcint_common.h | 490 uint8 *Scr; /* Sl of top_field and bottom_fields will be one line apart and the 541 Once decoded_picture_buffer is allocated, Sl,Scb,Scr in [all...] |
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
residual.cpp | 130 pDst = video->currPic->Scr + offset1;
|
pred_intra.cpp | 225 curCr = currPic->Scr + offset; 384 predCr = currPic->Scr + tmp_word;/* bottom line for Cr */ [all...] |
avcdec_api.cpp | 879 output->YCbCr[2] = oldestFrame->frame.Scr; [all...] |
pred_inter.cpp | 64 curCr = currPic->Scr + offset; 89 ref_Cr = video->RefPicList0[ref_idx]->Scr; [all...] |
/frameworks/base/media/libstagefright/codecs/avc/common/include/ |
avcint_common.h | 487 uint8 *Scr; /* Sl of top_field and bottom_fields will be one line apart and the 538 Once decoded_picture_buffer is allocated, Sl,Scb,Scr in [all...] |
/frameworks/base/media/libstagefright/codecs/avc/dec/src/ |
residual.cpp | 132 pDst = video->currPic->Scr + offset1;
|
pred_intra.cpp | 224 curCr = currPic->Scr + offset; 383 predCr = currPic->Scr + tmp_word;/* bottom line for Cr */ [all...] |
avcdec_api.cpp | 879 output->YCbCr[2] = oldestFrame->frame.Scr; [all...] |
pred_inter.cpp | 63 curCr = currPic->Scr + offset; 88 ref_Cr = video->RefPicList0[ref_idx]->Scr; [all...] |