Home
last modified time | relevance | path

Searched refs:vp9_swap_current_and_last_seg_map (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp9/common/
Dvp9_alloccommon.h43 void vp9_swap_current_and_last_seg_map(struct VP9Common *cm);
Dvp9_alloccommon.c186 void vp9_swap_current_and_last_seg_map(VP9_COMMON *cm) { in vp9_swap_current_and_last_seg_map() function
/external/libvpx/vp9/decoder/
Dvp9_decoder.c478 if (cm->seg.enabled) vp9_swap_current_and_last_seg_map(cm); in vp9_receive_compressed_data()