Searched refs:lfm (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_loopfilter.c | 654 const int shift_uv, LOOP_FILTER_MASK *lfm) { in build_masks() argument 659 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() 660 uint64_t *const above_y = &lfm->above_y[tx_size_y]; in build_masks() 661 uint64_t *const int_4x4_y = &lfm->int_4x4_y; in build_masks() 662 uint16_t *const left_uv = &lfm->left_uv[tx_size_uv]; in build_masks() 663 uint16_t *const above_uv = &lfm->above_uv[tx_size_uv]; in build_masks() 664 uint16_t *const int_4x4_uv = &lfm->int_4x4_uv; in build_masks() 675 memset(&lfm->lfl_y[index], filter_level, w); in build_masks() 731 LOOP_FILTER_MASK *lfm) { in build_y_mask() argument 735 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() [all …]
|
D | vp9_loopfilter.h | 88 LOOP_FILTER_MASK *lfm; member 101 const int mode_info_stride, LOOP_FILTER_MASK *lfm); 105 int mi_row, LOOP_FILTER_MASK *lfm); 109 int mi_row, LOOP_FILTER_MASK *lfm); 129 return &lf->lfm[(mi_col >> 3) + ((mi_row >> 3) * lf->lfm_stride)]; in get_lfm() 135 const int mi_col, LOOP_FILTER_MASK *lfm);
|
D | vp9_alloccommon.c | 121 vpx_free(cm->lf.lfm); in vp9_free_context_buffers() 122 cm->lf.lfm = NULL; in vp9_free_context_buffers() 126 vpx_free(cm->lf.lfm); in vp9_alloc_loop_filter() 130 cm->lf.lfm = (LOOP_FILTER_MASK *)vpx_calloc( in vp9_alloc_loop_filter() 132 sizeof(*cm->lf.lfm)); in vp9_alloc_loop_filter() 133 if (!cm->lf.lfm) return 1; in vp9_alloc_loop_filter()
|
D | vp9_thread_common.c | 108 LOOP_FILTER_MASK *lfm = get_lfm(&cm->lf, mi_row, 0); in thread_loop_filter_rows() local 110 for (mi_col = 0; mi_col < cm->mi_cols; mi_col += MI_BLOCK_SIZE, ++lfm) { in thread_loop_filter_rows() 119 vp9_adjust_mask(cm, mi_row, mi_col, lfm); in thread_loop_filter_rows() 121 vp9_filter_block_plane_ss00(cm, &planes[0], mi_row, lfm); in thread_loop_filter_rows() 125 vp9_filter_block_plane_ss11(cm, &planes[plane], mi_row, lfm); in thread_loop_filter_rows() 128 vp9_filter_block_plane_ss00(cm, &planes[plane], mi_row, lfm); in thread_loop_filter_rows()
|
/external/python/cpython2/Modules/ |
D | Setup.dist | 270 #fm fmmodule.c $(GLHACK) -lfm -lgl # Font Manager 298 #fl flmodule.c -I$(FORMS) $(GLHACK) $(FORMS)/libforms.a -lfm -lgl
|