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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 510 int *nmvsadcosts_hp[2]; member in struct:VP9_COMP
vp9_encoder.c 777 vpx_free(cpi->nmvsadcosts_hp[0]);
778 vpx_free(cpi->nmvsadcosts_hp[1]);
779 cpi->nmvsadcosts_hp[0] = NULL;
780 cpi->nmvsadcosts_hp[1] = NULL;
    [all...]

Completed in 58 milliseconds