OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outputMB
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
combined_encode.cpp
110
video->
outputMB
->mb_y = ind_y; /* 5/28/01 */
127
video->
outputMB
->mb_x = ind_x; /* 5/28/01 */
276
Int ind_x = video->
outputMB
->mb_x, ind_y = video->
outputMB
->mb_y;
290
Short
outputMB
[6][64];
392
video->
outputMB
->mb_y = ind_y; /* 5/28/01, do not remove */
397
video->
outputMB
->mb_x = ind_x; /* 5/28/01, do not remove */
444
M4VENC_MEMCPY(
outputMB
[k], video->
outputMB
->block[k], sizeof(Short) << 6);
496
M4VENC_MEMCPY(video->
outputMB
->block[k], outputMB[k], sizeof(Short) << 6)
[
all
...]
datapart_encode.cpp
98
video->
outputMB
->mb_y = ind_y; /* 5/28/01 */
102
video->
outputMB
->mb_x = ind_x; /* 5/28/01 */
223
Int ind_x = video->
outputMB
->mb_x, ind_y = video->
outputMB
->mb_y;
238
Short
outputMB
[6][64];
305
video->
outputMB
->mb_y = ind_y; /* 5/28/01 */
310
video->
outputMB
->mb_x = ind_x; /* 5/28/01 */
344
M4VENC_MEMCPY(
outputMB
[k], video->
outputMB
->block[k], sizeof(Short) << 6);
425
M4VENC_MEMCPY(video->
outputMB
->block[k], outputMB[k], sizeof(Short) << 6)
[
all
...]
fastcodemb.cpp
36
/* video->
outputMB
Quantized DCT coefficients. */
75
Int ind_x = video->
outputMB
->mb_x;
76
Int ind_y = video->
outputMB
->mb_y;
86
output = video->
outputMB
->block[0];
265
/* video->
outputMB
Quantized DCT coefficients. */
306
Int ind_x = video->
outputMB
->mb_x;
307
Int ind_y = video->
outputMB
->mb_y;
317
output = video->
outputMB
->block[0];
mp4lib_int.h
368
MacroBlock *
outputMB
; /* Output MB to VLC encode */
mp4enc_api.cpp
695
video->
outputMB
= (MacroBlock *) M4VENC_MALLOC(sizeof(MacroBlock)); /* Allocating macroblock space */
696
if (video->
outputMB
== NULL) goto CLEAN_UP;
697
M4VENC_MEMSET(video->
outputMB
->block[0], 0, (sizeof(Short) << 6)*6);
[
all
...]
vlc_encode.cpp
893
// MacroBlock *MB=video->
outputMB
;
983
// MacroBlock *MB=video->
outputMB
;
[
all
...]
Completed in 449 milliseconds