OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x_position
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp
26
int
x_position
= (video->mb_x << 4);
local
29
int offset1 = y_position * orgPitch +
x_position
;
77
pDst = video->currPic->Scb + ((offset1 +
x_position
) >> 2);
78
pSrc = currInput->YCbCr[1] + ((offset1 +
x_position
) >> 2);
111
pDst = video->currPic->Scr + ((offset1 +
x_position
) >> 2);
112
pSrc = currInput->YCbCr[2] + ((offset1 +
x_position
) >> 2);
slice.cpp
168
int
x_position
= (video->mb_x << 4);
local
182
offset = y_position * picPitch +
x_position
;
185
offset = (offset +
x_position
) >> 2;
motion_comp.cpp
53
int
x_position
= (video->mb_x << 4);
local
62
curL = currPic->Sl + tmp_word +
x_position
;
63
offset = (tmp_word >> 2) + (
x_position
>> 1);
91
offset_x =
x_position
+ (block_x << 2);
[
all
...]
Completed in 2433 milliseconds