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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 53 int nmvcosts_hp[2][MV_VALS]; member in struct:__anon17791
276 int *nmvcosts_hp[2]; member in struct:VP9_COMP
vp9_encoder.c 180 vpx_free(cpi->nmvcosts_hp[0]);
181 vpx_free(cpi->nmvcosts_hp[1]);
182 cpi->nmvcosts_hp[0] = NULL;
183 cpi->nmvcosts_hp[1] = NULL;
245 vpx_memcpy(cc->nmvcosts_hp[0], cpi->nmvcosts_hp[0],
246 MV_VALS * sizeof(*cpi->nmvcosts_hp[0]));
247 vpx_memcpy(cc->nmvcosts_hp[1], cpi->nmvcosts_hp[1],
248 MV_VALS * sizeof(*cpi->nmvcosts_hp[1]))
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 122 int nmvcosts_hp[2][MV_VALS]; member in struct:macroblock
vp9_onyx_int.h 53 int nmvcosts_hp[2][MV_VALS]; member in struct:__anon29562
vp9_onyx_if.c 213 vp9_copy(cc->nmvcosts_hp, cpi->mb.nmvcosts_hp);
234 vp9_copy(cpi->mb.nmvcosts_hp, cc->nmvcosts_hp);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_block.h 122 int nmvcosts_hp[2][MV_VALS]; member in struct:macroblock
vp9_onyx_int.h 53 int nmvcosts_hp[2][MV_VALS]; member in struct:__anon40743
vp9_ratectrl.c 119 vp9_copy(cc->nmvcosts_hp, cpi->mb.nmvcosts_hp);
140 vp9_copy(cpi->mb.nmvcosts_hp, cc->nmvcosts_hp);
    [all...]
vp9_onyx_if.c     [all...]

Completed in 384 milliseconds