OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mbheight
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp
87
Int start_j, Int rheight, Int mbwidth, Int
mbheight
);
144
Int
mbheight
= currVol->nMBPerCol;
local
189
for (j = 0; j <
mbheight
; j++)
259
for (j = 0; j <
mbheight
; j++)
477
for (j = 0; j <
mbheight
; j++)
1360
Int
mbheight
= currVol->nMBPerCol;
local
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp
245
int
mbheight
= video->PicHeightInMbs;
local
339
for (j = 0; j <
mbheight
; j++)
381
if (i != mbwidth - 1 && j !=
mbheight
- 1 && i != 0 && j != 0)
408
if (i != mbwidth - 1 && j !=
mbheight
- 1 && i != 0 && j != 0)
1364
int
mbheight
= video->PicHeightInMbs;
local
[
all
...]
avcenc_api.h
125
uint *slice_group; /* array of size MBWidth*
MBHeight
*/
motion_comp.cpp
55
int
MbHeight
, MbWidth, mbPartIdx_X, mbPartIdx_Y, offset_indx;
75
MbHeight
= currMB->SubMbPartHeight[mbPartIdx];
101
predBlock + offsetP, picPitch, MbWidth,
MbHeight
);
106
predCb + offsetP, picPitch >> 1, MbWidth >> 1,
MbHeight
>> 1);
109
predCr + offsetP, picPitch >> 1, MbWidth >> 1,
MbHeight
>> 1);
[
all
...]
Completed in 3251 milliseconds