Home
last modified time | relevance | path

Searched refs:lfm_stride (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.h89 int lfm_stride; member
129 return &lf->lfm[(mi_col >> 3) + ((mi_row >> 3) * lf->lfm_stride)]; in get_lfm()
Dvp9_alloccommon.c108 cm->lf.lfm_stride = (cm->mi_cols + (MI_BLOCK_SIZE - 1)) >> 3; in vp9_alloc_loop_filter()
110 ((cm->mi_rows + (MI_BLOCK_SIZE - 1)) >> 3) * cm->lf.lfm_stride, in vp9_alloc_loop_filter()
Dvp9_loopfilter.c1624 ((cm->mi_rows + (MI_BLOCK_SIZE - 1)) >> 3) * cm->lf.lfm_stride * in vp9_reset_lfm()
/external/libaom/libaom/av1/common/
Dalloccommon.c43 cm->lf.lfm_stride = (cm->mi_cols + (MI_SIZE_64X64 - 1)) >> MIN_MIB_SIZE_LOG2; in alloc_loop_filter_mask()
45 cm->lf.lfm_stride; in alloc_loop_filter_mask()
62 cm->lf.lfm_stride = 0; in free_loop_filter_mask()
Dav1_loopfilter.h103 int lfm_stride; member
Dav1_loopfilter.c414 return &cm->lf.lfm[row * cm->lf.lfm_stride + col]; in get_loop_filter_mask()