Searched refs:lfm (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_loopfilter.c | 501 LOOP_FILTER_MASK *lfm) { in build_masks() argument 507 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() 508 uint64_t *const above_y = &lfm->above_y[tx_size_y]; in build_masks() 509 uint64_t *const int_4x4_y = &lfm->int_4x4_y; in build_masks() 510 uint16_t *const left_uv = &lfm->left_uv[tx_size_uv]; in build_masks() 511 uint16_t *const above_uv = &lfm->above_uv[tx_size_uv]; in build_masks() 512 uint16_t *const int_4x4_uv = &lfm->int_4x4_uv; in build_masks() 523 vpx_memset(&lfm->lfl_y[index], filter_level, w); in build_masks() 580 LOOP_FILTER_MASK *lfm) { in build_y_mask() argument 585 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() [all …]
|
D | vp9_loopfilter.h | 93 LOOP_FILTER_MASK *lfm); 98 LOOP_FILTER_MASK *lfm);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_dthread.c | 97 LOOP_FILTER_MASK lfm; in loop_filter_rows_mt() local 111 vp9_setup_mask(cm, mi_row, mi_col, mi_8x8 + mi_col, cm->mi_stride, &lfm); in loop_filter_rows_mt() 114 vp9_filter_block_plane(cm, &xd->plane[plane], mi_row, &lfm); in loop_filter_rows_mt()
|