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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 55 int nmvcosts[2][MV_VALS]; member in struct:__anon16601
347 int *nmvcosts[2]; member in struct:VP9_COMP
vp9_encoder.c 352 vpx_free(cpi->nmvcosts[0]);
353 vpx_free(cpi->nmvcosts[1]);
354 cpi->nmvcosts[0] = NULL;
355 cpi->nmvcosts[1] = NULL;
429 memcpy(cc->nmvcosts[0], cpi->nmvcosts[0],
430 MV_VALS * sizeof(*cpi->nmvcosts[0]));
431 memcpy(cc->nmvcosts[1], cpi->nmvcosts[1],
432 MV_VALS * sizeof(*cpi->nmvcosts[1]))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 120 int nmvcosts[2][MV_VALS]; member in struct:macroblock
vp9_onyx_int.h 52 int nmvcosts[2][MV_VALS]; member in struct:__anon30248
vp9_ratectrl.c 118 vp9_copy(cc->nmvcosts, cpi->mb.nmvcosts);
139 vp9_copy(cpi->mb.nmvcosts, cc->nmvcosts);
    [all...]
vp9_onyx_if.c     [all...]

Completed in 49 milliseconds