Home
last modified time | relevance | path

Searched refs:coding_context (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h360 CODING_CONTEXT coding_context; member
Dratectrl.c219 CODING_CONTEXT *const cc = & cpi->coding_context; in vp8_save_coding_context()
258 CODING_CONTEXT *const cc = & cpi->coding_context; in vp8_restore_coding_context()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h345 CODING_CONTEXT coding_context; member
Dvp9_encoder.c349 vpx_free(cpi->coding_context.last_frame_seg_map_copy); in dealloc_compressor_data()
350 cpi->coding_context.last_frame_seg_map_copy = NULL; in dealloc_compressor_data()
420 CODING_CONTEXT *const cc = &cpi->coding_context; in save_coding_context()
440 memcpy(cpi->coding_context.last_frame_seg_map_copy, in save_coding_context()
450 CODING_CONTEXT *const cc = &cpi->coding_context; in restore_coding_context()
467 cpi->coding_context.last_frame_seg_map_copy, in restore_coding_context()
1451 vpx_free(cpi->coding_context.last_frame_seg_map_copy); in realloc_segmentation_maps()
1452 CHECK_MEM_ERROR(cm, cpi->coding_context.last_frame_seg_map_copy, in realloc_segmentation_maps()