/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_entropymv.h | 94 vp9_prob joints[MV_JOINTS - 1]; member in struct:__anon17739 122 unsigned int joints[MV_JOINTS]; member in struct:__anon17741
|
vp9_entropymv.c | 174 ++counts->joints[j]; 203 adapt_probs(vp9_mv_joint_tree, pre_fc->joints, counts->joints, fc->joints);
|
/external/libvpx/libvpx/vp9/common/ |
vp9_entropymv.h | 94 vp9_prob joints[MV_JOINTS - 1]; member in struct:__anon4458 122 unsigned int joints[MV_JOINTS]; member in struct:__anon4460
|
vp9_entropymv.c | 174 ++counts->joints[j]; 203 adapt_probs(vp9_mv_joint_tree, pre_fc->joints, counts->joints, fc->joints);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
vp9_encodemv.c | 169 write_mv_update(vp9_mv_joint_tree, mvc->joints, counts->joints, MV_JOINTS, w); 210 vp9_write_token(w, vp9_mv_joint_tree, mvctx->joints, &mv_joint_encodings[j]); 227 vp9_cost_tokens(mvjoint, ctx->joints, vp9_mv_joint_tree);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemv.c | 169 write_mv_update(vp9_mv_joint_tree, mvc->joints, counts->joints, MV_JOINTS, w); 210 vp9_write_token(w, vp9_mv_joint_tree, mvctx->joints, &mv_joint_encodings[j]); 227 vp9_cost_tokens(mvjoint, ctx->joints, vp9_mv_joint_tree);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/ |
vp9_decodemv.c | 240 (MV_JOINT_TYPE)vp9_read_tree(r, vp9_mv_joint_tree, ctx->joints);
|
vp9_decodeframe.c | 158 update_mv_probs(ctx->joints, MV_JOINTS - 1, r); [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 241 (MV_JOINT_TYPE)vp9_read_tree(r, vp9_mv_joint_tree, ctx->joints);
|
vp9_decodeframe.c | 156 update_mv_probs(ctx->joints, MV_JOINTS - 1, r); [all...] |