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

  /external/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 55 nmv_context nmvc; member in struct:frame_contexts
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 1214 nmv_context *const nmvc = &fc->nmvc; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 378 const nmv_context *nmvc = &cm->fc.nmvc; local
481 &mi->best_mv[0].as_mv, nmvc, allow_hp);
485 &mi->best_mv[1].as_mv, nmvc, allow_hp);
494 &mi->best_mv[0].as_mv, nmvc, allow_hp);
498 &mi->best_mv[1].as_mv, nmvc, allow_hp);
    [all...]

Completed in 388 milliseconds