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

  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_complexity.c 37 vpx_memset(cpi->complexity_map, 0, cm->mi_rows * cm->mi_cols);
99 cpi->complexity_map[mi_offset + y * cm->mi_cols + x] =
vp9_onyx_int.h 422 unsigned char *complexity_map; member in struct:VP9_COMP
vp9_onyx_if.c 169 vpx_free(cpi->complexity_map);
170 cpi->complexity_map = NULL;
    [all...]
vp9_encodeframe.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_aq_complexity.c 37 vpx_memset(cpi->complexity_map, 0, cm->mi_rows * cm->mi_cols);
100 cpi->complexity_map[mi_offset + y * cm->mi_cols + x] =
vp9_onyx_int.h 424 unsigned char *complexity_map; member in struct:VP9_COMP
vp9_onyx_if.c 179 vpx_free(cpi->complexity_map);
180 cpi->complexity_map = NULL;
    [all...]
vp9_encodeframe.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_aq_complexity.c 50 vpx_memset(cpi->complexity_map, 0, cm->mi_rows * cm->mi_cols);
147 cpi->complexity_map[mi_offset + y * cm->mi_cols + x] =
vp9_encoder.h 317 unsigned char *complexity_map; member in struct:VP9_COMP
vp9_encoder.c 172 vpx_free(cpi->complexity_map);
173 cpi->complexity_map = NULL;
782 CHECK_MEM_ERROR(cm, cpi->complexity_map,
    [all...]
vp9_encodeframe.c 761 unsigned char complexity = cpi->complexity_map[mi_offset];
    [all...]

Completed in 92 milliseconds