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

  /external/libvpx/vpx/
vp8cx.h 183 unsigned char *active_map; /**< specify an on (1) or off (0) each 16x16 region within a frame */ member in struct:vpx_active_map
  /external/libvpx/vp8/encoder/
onyx_int.h 569 unsigned char *active_map; member in struct:__anon5136
onyx_if.c 293 if (cpi->active_map != 0)
294 vpx_free(cpi->active_map);
296 cpi->active_map = 0;
    [all...]
encodeframe.c 443 x->active_ptr = cpi->active_map + seg_map_index + mb_col;
    [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 964 if (!vp8_set_active_map(ctx->cpi, map->active_map, map->rows, map->cols))
    [all...]

Completed in 50 milliseconds