Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dsvc_layercontext.c15 static void swap_ptr(void *a, void *b) { in swap_ptr() function
170 swap_ptr(&cr->map, &lc->map); in av1_restore_layer_context()
171 swap_ptr(&cr->last_coded_q_map, &lc->last_coded_q_map); in av1_restore_layer_context()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c22 static void swap_ptr(void *a, void *b) { in swap_ptr() function
359 swap_ptr(&cr->map, &lc->map); in vp9_restore_layer_context()
360 swap_ptr(&cr->last_coded_q_map, &lc->last_coded_q_map); in vp9_restore_layer_context()
361 swap_ptr(&cpi->consec_zero_mv, &lc->consec_zero_mv); in vp9_restore_layer_context()