OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pred_ic
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp
[
all
...]
slice.cpp
314
video->pred_block = encvid->
pred_ic
[currMB->intra_chroma_pred_mode];
318
/* not need to do anything, the result is in encvid->
pred_ic
avcenc_int.h
400
uint8
pred_ic
[AVCNumIChromaMode][128]; /* for 2 chroma */
member in struct:tagEncObject
avcenc_lib.h
383
This function performs chroma intra search. Each mode is saved in encvid->
pred_ic
.
394
\param "pred" "Pointer to the prediction block (encvid->
pred_ic
)"
[
all
...]
Completed in 623 milliseconds