/external/opencv3/3rdparty/libwebp/enc/ |
analysis.c | 336 VP8SetIntra16Mode(it, 0); // default: Intra16, DC_PRED
|
tree.c | 306 if (VP8PutBit(bw, uv_mode != DC_PRED, 142)) {
|
vp8enci.h | 49 DC_PRED = B_DC_PRED, V_PRED = B_VE_PRED,
|
quant.c | 360 // Must be ordered using {DC_PRED, TM_PRED, V_PRED, H_PRED} as index [all...] |
/external/webp/src/enc/ |
analysis.c | 338 VP8SetIntra16Mode(it, 0); // default: Intra16, DC_PRED
|
tree.c | 301 if (VP8PutBit(bw, uv_mode != DC_PRED, 142)) {
|
quant.c | 442 // Must be ordered using {DC_PRED, TM_PRED, V_PRED, H_PRED} as index [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
vlc_encode.cpp | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_entropymode.c | 224 -DC_PRED, 2, /* 0 = DC_NODE */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_encodemb.c | 620 mbmi->mode = DC_PRED;
|
vp9_encodeframe.c | 932 THR_DC /*DC_PRED*/, [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
decodeframe.c | 973 xd->mode_info_context->mbmi.mode = DC_PRED; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
decodeframe.c | 961 xd->mode_info_context->mbmi.mode = DC_PRED; [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodeframe.c | [all...] |
vp9_firstpass.c | 675 xd->mi[0]->mbmi.mode = DC_PRED; [all...] |