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

  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 109 int *nmvcost[2]; member in struct:macroblock
vp9_rd.c 284 cm->allow_high_precision_mv ? x->nmvcost_hp : x->nmvcost,
304 cm->allow_high_precision_mv ? x->nmvcost_hp : x->nmvcost,
vp9_encoder.c 641 mb->mvcost = mb->nmvcost;
    [all...]

Completed in 301 milliseconds