OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offsetc
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/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
...]
/frameworks/base/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
;
Completed in 930 milliseconds