Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Derror_concealment.c49 if (pbi->overlaps != NULL) in vp8_alloc_overlap_lists()
51 vpx_free(pbi->overlaps); in vp8_alloc_overlap_lists()
52 pbi->overlaps = NULL; in vp8_alloc_overlap_lists()
55 pbi->overlaps = vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols, in vp8_alloc_overlap_lists()
58 if (pbi->overlaps == NULL) in vp8_alloc_overlap_lists()
66 vpx_free(pbi->overlaps); in vp8_de_alloc_overlap_lists()
67 pbi->overlaps = NULL; in vp8_de_alloc_overlap_lists()
71 static void assign_overlap(OVERLAP_NODE* overlaps, in assign_overlap() argument
82 if (overlaps[i].bmi == NULL) in assign_overlap()
84 overlaps[i].bmi = bmi; in assign_overlap()
[all …]
Dec_types.h34 OVERLAP_NODE overlaps[MAX_OVERLAPS]; member
42 B_OVERLAP overlaps[16]; member
Donyxd_int.h119 MB_OVERLAP *overlaps; member
Donyxd_if.c88 pbi->overlaps = NULL; in create_decompressor()