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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 919 vpx_free(cpi->nmvcosts[0]);
920 vpx_free(cpi->nmvcosts[1]);
921 cpi->nmvcosts[0] = NULL;
922 cpi->nmvcosts[1] = NULL;
    [all...]
vp9_encoder.h 63 int nmvcosts[2][MV_VALS]; member in struct:__anon29874
634 int *nmvcosts[2]; member in struct:VP9_COMP

Completed in 47 milliseconds