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

  /external/libvpx/libvpx/test/
active_map_test.cc 43 uint8_t active_map[9 * 13] = { local
59 map.active_map = active_map;
65 map.active_map = NULL;
active_map_refresh_test.cc 89 uint8_t *active_map = new uint8_t[mb_width * mb_height]; local
90 GenerateMap(mb_height, mb_width, *current, *previous, active_map);
93 map.active_map = active_map;
95 delete[] active_map;
  /external/libvpx/libvpx/vpx/
vp8cx.h 667 unsigned char *active_map; member in struct:vpx_active_map
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 484 unsigned char *active_map; member in struct:VP8_COMP
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 503 if (cpi->active_map.enabled || cpi->active_map.update) {
517 const unsigned char *const active_map = cpi->active_map.map; local
523 cpi->active_map.enabled = 0;
524 cpi->active_map.update = 1;
527 if (cpi->active_map.update) {
528 if (cpi->active_map.enabled) {
530 if (seg_map[i] == AM_SEGMENT_ID_ACTIVE) seg_map[i] = active_map[i];
546 cpi->active_map.update = 0
    [all...]
vp9_encoder.h 555 ActiveMap active_map; member in struct:VP9_COMP

Completed in 83 milliseconds