OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intraArray
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp
84
void RasterIntraUpdate(UChar *
intraArray
, UChar *Mode, Int totalMB, Int numRefresh);
85
void ResetIntraUpdate(UChar *
intraArray
, Int totalMB);
86
void ResetIntraUpdateRegion(UChar *
intraArray
, Int start_i, Int rwidth,
149
UChar *
intraArray
= video->
intraArray
;
207
ResetIntraUpdate(
intraArray
, totalMB);
225
RasterIntraUpdate(
intraArray
, Mode, totalMB, video->encParams->Refresh);
494
ResetIntraUpdate(
intraArray
, totalMB);
[
all
...]
mp4lib_int.h
356
UChar *
intraArray
; /* Intra Update Arrary */
mp4enc_api.cpp
669
video->
intraArray
= (UChar *)M4VENC_MALLOC(sizeof(UChar) * nTotalMB);
670
if (video->
intraArray
== NULL) goto CLEAN_UP;
[
all
...]
Completed in 91 milliseconds