Home
last modified time | relevance | path

Searched refs:lfl_y (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_loopfilter.h79 uint8_t lfl_y[64]; member
Dvp9_loopfilter.c523 vpx_memset(&lfm->lfl_y[index], filter_level, w); in build_masks()
597 vpx_memset(&lfm->lfl_y[index], filter_level, w); in build_y_mask()
1070 &cm->lf_info, &lfm->lfl_y[r << 3]); in vp9_filter_block_plane()
1106 &cm->lf_info, &lfm->lfl_y[r << 3]); in vp9_filter_block_plane()
1124 lfm->lfl_uv[(r << 1) + c] = lfm->lfl_y[(r << 3) + (c << 1)]; in vp9_filter_block_plane()
1125 lfm->lfl_uv[((r + 2) << 1) + c] = lfm->lfl_y[((r + 2) << 3) + in vp9_filter_block_plane()