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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 127 int nmvsadcosts[2][MV_VALS]; member in struct:macroblock
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 349 int *nmvsadcosts[2]; member in struct:VP9_COMP
vp9_encoder.c 362 vpx_free(cpi->nmvsadcosts[0]);
363 vpx_free(cpi->nmvsadcosts[1]);
364 cpi->nmvsadcosts[0] = NULL;
365 cpi->nmvsadcosts[1] = NULL;
    [all...]

Completed in 42 milliseconds