HomeSort by relevance Sort by last modified time
    Searched full:offsetc (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastcodemb.cpp 81 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...]
  /external/webkit/Source/WebCore/dom/
Range.cpp 485 int offsetC = 0;
487 while (n != c && offsetC < offsetA) {
488 offsetC++;
492 if (offsetA <= offsetC)
503 int offsetC = 0;
505 while (n != c && offsetC < offsetB) {
506 offsetC++;
510 if (offsetC < offsetB)
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp 269 int offsetc = 0; local
297 offsetc = (offset >> 2) + 4;
305 video->currPic->Scb = video->currFS->base_dpb + luma_framesize + offsetc;
  /external/iproute2/tc/
m_pedit.c 41 "\t<RAW>:= <OFFSETC>[ATC]<CMD>\n "
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 97 //offsetC = (offset >> 2) + (offset_x >> 1);
105 /*comp_Scb + offsetC,*/
108 /*comp_Scr + offsetC,*/
    [all...]

Completed in 342 milliseconds