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

/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 62 milliseconds