Home
last modified time | relevance | path

Searched refs:seg_map_idx (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_alloccommon.c43 cm->seg_map_idx = 0; in alloc_seg_map()
46 cm->current_frame_seg_map = cm->seg_map_array[cm->seg_map_idx]; in alloc_seg_map()
177 const int tmp = cm->seg_map_idx; in vp9_swap_current_and_last_seg_map()
178 cm->seg_map_idx = cm->prev_seg_map_idx; in vp9_swap_current_and_last_seg_map()
181 cm->current_frame_seg_map = cm->seg_map_array[cm->seg_map_idx]; in vp9_swap_current_and_last_seg_map()
Dvp9_onyxc_int.h200 int seg_map_idx; member