/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_encodemv.h | 26 const nmv_context* mvctx, int usehp); 29 const nmv_context* mvctx, int usehp);
|
vp9_encodemv.c | 166 nmv_context *const mvc = &cm->fc.nmvc; 204 const nmv_context* mvctx, int usehp) { 226 const nmv_context* ctx, int usehp) {
|
vp9_bitstream.c | 228 const nmv_context *nmvc = &cm->fc.nmvc; [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemv.h | 26 const nmv_context* mvctx, int usehp); 29 const nmv_context* mvctx, int usehp);
|
vp9_encodemv.c | 166 nmv_context *const mvc = &cm->fc.nmvc; 204 const nmv_context* mvctx, int usehp) { 226 const nmv_context* ctx, int usehp) {
|
vp9_bitstream.c | 231 const nmv_context *nmvc = &cm->fc.nmvc; [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_entropymv.h | 96 } nmv_context; typedef in typeref:struct:__anon17739
|
vp9_entropymv.c | 49 static const nmv_context default_nmv_context = { 199 nmv_context *fc = &cm->fc.nmvc; 200 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc;
|
vp9_entropymode.h | 54 nmv_context nmvc;
|
/external/libvpx/libvpx/vp9/common/ |
vp9_entropymv.h | 96 } nmv_context; typedef in typeref:struct:__anon4458
|
vp9_entropymv.c | 49 static const nmv_context default_nmv_context = { 199 nmv_context *fc = &cm->fc.nmvc; 200 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc;
|
vp9_entropymode.h | 54 nmv_context nmvc;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 155 static void read_mv_probs(nmv_context *ctx, int allow_hp, vp9_reader *r) { [all...] |
vp9_decodemv.c | 237 const nmv_context *ctx,
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 153 static void read_mv_probs(nmv_context *ctx, int allow_hp, vp9_reader *r) { [all...] |
vp9_decodemv.c | 238 const nmv_context *ctx,
|