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/libvpx/vp9/common/
Dvp9_alloccommon.h38 void vp9_swap_current_and_last_seg_map(struct VP9Common *cm);
Dvp9_alloccommon.c193 void vp9_swap_current_and_last_seg_map(VP9_COMMON *cm) { in vp9_swap_current_and_last_seg_map() function
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c381 vp9_swap_current_and_last_seg_map(cm); in vp9_receive_compressed_data()