/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 .*/ 304 video->currPic->Sl = video->currFS->base_dpb + offset;
|
deblock.cpp | 79 SrcY = video->currPic->Sl; // pointers to source 125 curL = currPic->Sl + offset + (x_pos << 4); [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 .*/ 304 video->currPic->Sl = video->currFS->base_dpb + offset;
|
deblock.cpp | 81 SrcY = video->currPic->Sl; // pointers to source 127 curL = currPic->Sl + offset + (x_pos << 4); [all...] |
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
residual.cpp | 45 pDst = video->currPic->Sl + offset1;
|
motion_est.cpp | 494 src = refPic->Sl; 993 ref = video->RefPicList0[DEFAULT_REF_IDX]->Sl; /* origin of actual frame */ [all...] |
avcenc_api.cpp | 571 recon->YCbCr[0] = currFS->frame.Sl;
|
slice.cpp | 184 curL = currPic->Sl + offset;
|
intra_est.cpp | 219 uint8 *curL = currPic->Sl + offset; /* point to reconstructed frame */ 647 curL = currPic->Sl + offset; [all...] |
motion_comp.cpp | 63 curL = currPic->Sl + tmp_word + x_position; 83 ref_l = video->RefPicList0[ref_idx]->Sl; [all...] |
/external/opencore/codecs_v2/video/avc_h264/common/include/ |
avcint_common.h | 488 uint8 *Sl; /* derived from base_dpb in AVCFrameStore */ 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 | 39 pDst = video->currPic->Sl + offset1;
|
pred_intra.cpp | 45 curL = currPic->Sl + offset; 387 pred = currPic->Sl + offset + (pitch << 4) - pitch;/* bottom line for Y */ [all...] |
avcdec_api.cpp | 877 output->YCbCr[0] = oldestFrame->frame.Sl; [all...] |
pred_inter.cpp | 61 curL = currPic->Sl + tmp_word + x_position; 87 ref_l = video->RefPicList0[ref_idx]->Sl; [all...] |
/frameworks/base/media/libstagefright/codecs/avc/common/include/ |
avcint_common.h | 485 uint8 *Sl; /* derived from base_dpb in AVCFrameStore */ 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 | 41 pDst = video->currPic->Sl + offset1;
|
pred_intra.cpp | 44 curL = currPic->Sl + offset; 386 pred = currPic->Sl + offset + (pitch << 4) - pitch;/* bottom line for Y */ [all...] |
avcdec_api.cpp | 877 output->YCbCr[0] = oldestFrame->frame.Sl; [all...] |
pred_inter.cpp | 60 curL = currPic->Sl + tmp_word + x_position; 86 ref_l = video->RefPicList0[ref_idx]->Sl; [all...] |