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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.h 23 nmv_context_counts *const counts);
vp9_encodemv.c 173 nmv_context_counts *const counts) {
240 const int_mv mvs[2], nmv_context_counts *counts) {
  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 128 } nmv_context_counts; typedef in typeref:struct:__anon24726
130 void vp9_inc_mv(const MV *mv, nmv_context_counts *mvctx);
vp9_entropymv.c 141 void vp9_inc_mv(const MV *mv, nmv_context_counts *counts) {
161 const nmv_context_counts *counts = &cm->counts.mv;
vp9_entropymode.h 78 nmv_context_counts mv;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 268 const nmv_context *ctx, nmv_context_counts *counts,
412 nmv_context_counts *const mv_counts = counts ? &counts->mv : NULL;

Completed in 61 milliseconds