OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:org4
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
slice.cpp
164
uint8 *orgL, *orgCb, *orgCr, *
org4
;
local
232
org4
= orgL;
242
numcoeff = dct_luma(encvid, blkidx, cur,
org4
, &cost8);
253
org4
+= ((orgPitch << 2) - 4);
258
org4
+= 4;
283
org4
-= 8;
288
org4
+= (8 - (orgPitch << 3));
intra_est.cpp
634
uint8 *curL, *comp, *
org4
, *org8;
local
659
org4
= org8;
664
cost4x4 = blk_intra4x4_search(encvid, blkidx, comp,
org4
);
674
numcoef = dct_luma(encvid, blkidx, comp,
org4
, &dummy);
685
org4
+= ((org_pitch << 2) - 4);
690
org4
+= 4;
[
all
...]
Completed in 52 milliseconds