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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 129 int nmvsadcosts_hp[2][MV_VALS]; member in struct:macroblock
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 350 int *nmvsadcosts_hp[2]; member in struct:VP9_COMP
vp9_encoder.c 367 vpx_free(cpi->nmvsadcosts_hp[0]);
368 vpx_free(cpi->nmvsadcosts_hp[1]);
369 cpi->nmvsadcosts_hp[0] = NULL;
370 cpi->nmvsadcosts_hp[1] = NULL;
    [all...]

Completed in 64 milliseconds