OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MB_SIZE
(Results
1 - 9
of
9
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp
141
int row =
MB_SIZE
;
162
oscl_memcpy(y1, y2,
MB_SIZE
);
165
oscl_memcpy(y1, y2,
MB_SIZE
);
168
oscl_memcpy(y1, y2,
MB_SIZE
);
171
oscl_memcpy(y1, y2,
MB_SIZE
);
mp4def.h
141
#define
MB_SIZE
16
142
#define NCOEFF_MB (
MB_SIZE
*
MB_SIZE
)
pp_semaphore_luma.cpp
139
if (xpred >= 0 && xpred <= ((width << 1) - (2*
MB_SIZE
)) && ypred >= 0 &&
140
ypred <= ((height << 1) - (2*
MB_SIZE
)))
mb_utils.cpp
29
row =
MB_SIZE
;
vop.cpp
408
/* round up to a multiple of
MB_SIZE
. 08/09/2000 */
418
/* round up to a multiple of
MB_SIZE
. 08/09/2000 */
686
video->nMBPerRow = video->width /
MB_SIZE
;
687
video->nMBPerCol = video->height /
MB_SIZE
;
[
all
...]
pvdec_api.cpp
296
video->nMBinGOB = video->width /
MB_SIZE
;
298
video->nGOBinVop = video->height /
MB_SIZE
;
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h
213
#define
MB_SIZE
16
214
#define NCOEFF_MB (
MB_SIZE
*
MB_SIZE
)
motion_comp.cpp
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
63
#define
MB_SIZE
16
[
all
...]
Completed in 157 milliseconds