Lines Matching refs:lflvl

269                                 lflvl_len * sizeof(*s->lflvl) + 16 * sizeof(*s->above_mv_ctx)));
288 assign(s->lflvl, VP9Filter *, lflvl_len);
719 int qyac, qydc, quvac, quvdc, lflvl, sh;
742 lflvl = av_clip_uintp2(s->s.h.segmentation.feat[i].lf_val, 6);
744 lflvl = av_clip_uintp2(s->s.h.filter.level + s->s.h.segmentation.feat[i].lf_val, 6);
746 lflvl = s->s.h.filter.level;
749 s->s.h.segmentation.feat[i].lflvl[0][0] =
750 s->s.h.segmentation.feat[i].lflvl[0][1] =
751 av_clip_uintp2(lflvl + (s->s.h.lf_delta.ref[0] * (1 << sh)), 6);
753 s->s.h.segmentation.feat[i].lflvl[j][0] =
754 av_clip_uintp2(lflvl + ((s->s.h.lf_delta.ref[j] +
756 s->s.h.segmentation.feat[i].lflvl[j][1] =
757 av_clip_uintp2(lflvl + ((s->s.h.lf_delta.ref[j] +
761 memset(s->s.h.segmentation.feat[i].lflvl, lflvl,
762 sizeof(s->s.h.segmentation.feat[i].lflvl));
1087 static void decode_sb(VP9TileData *td, int row, int col, VP9Filter *lflvl,
1103 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp);
1109 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp);
1112 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp);
1115 ff_vp9_decode_block(td, row + hbs, col, lflvl, yoff, uvoff, bl, bp);
1118 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp);
1121 ff_vp9_decode_block(td, row, col + hbs, lflvl, yoff, uvoff, bl, bp);
1124 decode_sb(td, row, col, lflvl, yoff, uvoff, bl + 1);
1125 decode_sb(td, row, col + hbs, lflvl,
1130 decode_sb(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1);
1131 decode_sb(td, row + hbs, col + hbs, lflvl,
1140 decode_sb(td, row, col, lflvl, yoff, uvoff, bl + 1);
1141 decode_sb(td, row, col + hbs, lflvl,
1146 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp);
1151 decode_sb(td, row, col, lflvl, yoff, uvoff, bl + 1);
1154 decode_sb(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1);
1157 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp);
1161 decode_sb(td, row, col, lflvl, yoff, uvoff, bl + 1);
1166 static void decode_sb_mem(VP9TileData *td, int row, int col, VP9Filter *lflvl,
1178 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, b->bl, b->bp);
1180 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, b->bl, b->bp);
1184 ff_vp9_decode_block(td, row + hbs, col, lflvl, yoff, uvoff, b->bl, b->bp);
1188 ff_vp9_decode_block(td, row, col + hbs, lflvl, yoff, uvoff, b->bl, b->bp);
1191 decode_sb_mem(td, row, col, lflvl, yoff, uvoff, bl + 1);
1194 decode_sb_mem(td, row, col + hbs, lflvl, yoff + 8 * hbs * bytesperpixel,
1198 decode_sb_mem(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1);
1199 decode_sb_mem(td, row + hbs, col + hbs, lflvl,
1205 decode_sb_mem(td, row, col + hbs, lflvl, yoff, uvoff, bl + 1);
1210 decode_sb_mem(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1);
1307 VP9Filter *lflvl_ptr = s->lflvl;
1373 lflvl_ptr = s->lflvl;
1414 lflvl_ptr_base = s->lflvl+(tile_col_start >> 3);
1488 lflvl_ptr = s->lflvl+s->sb_cols*i;