HomeSort by relevance Sort by last modified time
    Searched refs:vp9_mv_joint_encodings (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 75 extern struct vp9_token vp9_mv_joint_encodings[MV_JOINTS];
vp9_entropymv.c 26 struct vp9_token vp9_mv_joint_encodings[MV_JOINTS]; variable in typeref:struct:vp9_token
239 vp9_tokens_from_tree(vp9_mv_joint_encodings, vp9_mv_joint_tree);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 273 write_token(w, vp9_mv_joint_tree, mvctx->joints, &vp9_mv_joint_encodings[j]);

Completed in 181 milliseconds