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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 509 int *nmvsadcosts[2]; member in struct:VP9_COMP
vp9_encoder.c 772 vpx_free(cpi->nmvsadcosts[0]);
773 vpx_free(cpi->nmvsadcosts[1]);
774 cpi->nmvsadcosts[0] = NULL;
775 cpi->nmvsadcosts[1] = NULL;
    [all...]

Completed in 64 milliseconds