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

  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.c 62 cm->seg_map_idx = 0;
65 cm->current_frame_seg_map = cm->seg_map_array[cm->seg_map_idx];
188 const int tmp = cm->seg_map_idx;
189 cm->seg_map_idx = cm->prev_seg_map_idx;
192 cm->current_frame_seg_map = cm->seg_map_array[cm->seg_map_idx];
vp9_onyxc_int.h 220 int seg_map_idx; member in struct:VP9Common

Completed in 35 milliseconds