Searched refs:local_structure (Results 1 – 2 of 2) sorted by relevance
225 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()
35 int (*local_structure)[MF_LOCAL_STRUCTURE_SIZE]; member