Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_non_greedy_mv.c225 motion_field->local_structure = vpx_calloc( in vp9_alloc_motion_field()
226 motion_field->block_num, sizeof(*motion_field->local_structure)); in vp9_alloc_motion_field()
227 if (motion_field->local_structure == NULL) { in vp9_alloc_motion_field()
240 vpx_free(motion_field->local_structure); in vp9_free_motion_field()
Dvp9_non_greedy_mv.h35 int (*local_structure)[MF_LOCAL_STRUCTURE_SIZE]; member