Searched defs:offsetc (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddpb.cpp269 int offsetc = 0; local
297 offsetc = (offset >> 2) + 4;
305 video->currPic->Scb = video->currFS->base_dpb + luma_framesize + offsetc;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp81 Int offsetc = (offset >> 2) + (ind_x << 2); /* offset for chrom */ local
161 rec = currVop->uChan + offsetc;
162 input = inputFrame->uChan + offsetc;
182 rec = currVop->vChan + offsetc;
183 input = inputFrame->vChan + offsetc;
312 Int offsetc = (offset >> 2) + (ind_x << 2); /* offset for chrom */ local
388 rec = currVop->uChan + offsetc;
389 input = inputFrame->uChan + offsetc;
404 rec = currVop->vChan + offsetc;
405 input = inputFrame->vChan + offsetc;
[all...]

Completed in 1123 milliseconds