OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nMBPerCol
(Results
1 - 9
of
9
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
post_filter.cpp
190
int d, offset, nMBPerRow,
nMBPerCol
, width2 = (width << 1);
197
nMBPerCol
= height >> 3;
203
nMBPerCol
= height >> 4;
302
for (i = 0; i <
nMBPerCol
- 1; i++)
401
for (i = 0; i <
nMBPerCol
; i++)
491
for (i = 0; i <
nMBPerCol
; i++)
mp4lib_int.h
237
int nMBPerRow,
nMBPerCol
; /* number of MBs in each row & column */
vop.cpp
691
video->
nMBPerCol
= video->height / MB_SIZE;
692
video->nTotalMB = video->nMBPerRow * video->
nMBPerCol
;
[
all
...]
pvdec_api.cpp
321
video->
nMBPerCol
=
324
video->nMBPerRow * video->
nMBPerCol
;
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
datapart_encode.cpp
95
for (ind_y = 0; ind_y < currVol->
nMBPerCol
; ind_y++) /* Col MB Loop */
302
for (ind_y = 0; ind_y < currVol->
nMBPerCol
; ind_y++) /* Col MB Loop */
combined_encode.cpp
107
for (ind_y = 0; ind_y < currVol->
nMBPerCol
; ind_y++) /* Col MB Loop */
389
for (ind_y = 0; ind_y < currVol->
nMBPerCol
; ind_y++) /* Col MB Loop */
mp4lib_int.h
121
Int nMBPerRow,
nMBPerCol
; /* number of MBs in each row & column */
motion_est.cpp
144
Int mbheight = currVol->
nMBPerCol
;
[
all
...]
mp4enc_api.cpp
[
all
...]
Completed in 172 milliseconds