OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mbnum_row
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp
45
video->
mbnum_row
= PV_GET_ROW(mbnum, video->nMBPerRow);
46
video->mbnum_col = mbnum - video->
mbnum_row
* video->nMBPerRow;
60
video->
mbnum_row
= PV_GET_ROW(video->mbnum, video->nMBPerRow);
61
video->mbnum_col = video->mbnum - video->
mbnum_row
* video->nMBPerRow;
89
video->
mbnum_row
= PV_GET_ROW(mbnum, video->nMBPerRow);
90
video->mbnum_col = mbnum - video->
mbnum_row
* video->nMBPerRow;
datapart_decode.cpp
80
video->
mbnum_row
= PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the packet header */
81
video->mbnum_col = mbnum - video->
mbnum_row
* nMBPerRow;
238
video->
mbnum_row
= PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the packet header */
239
video->mbnum_col = mbnum - video->
mbnum_row
* nMBPerRow;
263
video->
mbnum_row
= PV_GET_ROW(mbnum , nMBPerRow); /* This is needed if nbnum is read from the packet header */
264
video->mbnum_col = mbnum - video->
mbnum_row
* nMBPerRow;
365
video->
mbnum_row
= PV_GET_ROW(video->mbnum, nMBPerRow); /* This is needed if mbnum is read from the packet header */
366
video->mbnum_col = video->mbnum - video->
mbnum_row
* nMBPerRow;
421
video->
mbnum_row
= PV_GET_ROW(mbnum, nMBPerRow); /* This is needed if nbnum is read from the packet header */
422
video->mbnum_col = mbnum - video->
mbnum_row
* nMBPerRow
[
all
...]
combined_decode.cpp
148
video->
mbnum_row
= PV_GET_ROW(mbnum, nMBPerRow);
149
video->mbnum_col = mbnum - video->
mbnum_row
* nMBPerRow;
202
if (mbnum >= (int)(video->
mbnum_row
+ 1)*video->nMBinGOB) /* 10/11/01 */
553
int y_pos = video->
mbnum_row
;
mp4lib_int.h
234
uint
mbnum_row
;
member in struct:tagVideoDecData
vlc_decode.cpp
145
int y_pos = video->
mbnum_row
;
366
int
mbnum_row
= video->
mbnum_row
;
local
376
indx = ((mbnum_col << 1) + (block & 1)) + ((
mbnum_row
<< 1) + (block >> 1)) * nMVPerRow - 1; /* left block */
406
if (
mbnum_row
)
[
all
...]
dcac_prediction.cpp
42
int y_pos = video->
mbnum_row
;
218
int y_pos = video->
mbnum_row
;
mb_motion_comp.cpp
178
ypos = video->
mbnum_row
<< 4 ;
570
ypos = video->
mbnum_row
<< 4 ;
block_idct.cpp
230
int y_pos = video->
mbnum_row
;
Completed in 2793 milliseconds