Home
last modified time | relevance | path

Searched refs:MB_OVERLAP (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c50 vpx_calloc(pbi->common.mb_rows * pbi->common.mb_cols, sizeof(MB_OVERLAP)); in vp8_alloc_overlap_lists()
150 void vp8_calculate_overlaps(MB_OVERLAP *overlap_ul, int mb_rows, int mb_cols, in vp8_calculate_overlaps()
152 MB_OVERLAP *mb_overlap; in vp8_calculate_overlaps()
276 static void calc_prev_mb_overlaps(MB_OVERLAP *overlaps, MODE_INFO *prev_mi, in calc_prev_mb_overlaps()
292 static void estimate_missing_mvs(MB_OVERLAP *overlaps, MODE_INFO *mi, in estimate_missing_mvs()
296 memset(overlaps, 0, sizeof(MB_OVERLAP) * mb_rows * mb_cols); in estimate_missing_mvs()
Dec_types.h37 typedef struct { B_OVERLAP overlaps[16]; } MB_OVERLAP; typedef
Donyxd_int.h108 MB_OVERLAP *overlaps;