• Home
  • Raw
  • Download

Lines Matching refs:lflvl

272                                 lflvl_len * sizeof(*s->lflvl) + 16 * sizeof(*s->above_mv_ctx)));  in update_size()
291 assign(s->lflvl, VP9Filter *, lflvl_len); in update_size()
722 int qyac, qydc, quvac, quvdc, lflvl, sh; in decode_frame_header() local
745 lflvl = av_clip_uintp2(s->s.h.segmentation.feat[i].lf_val, 6); in decode_frame_header()
747 lflvl = av_clip_uintp2(s->s.h.filter.level + s->s.h.segmentation.feat[i].lf_val, 6); in decode_frame_header()
749 lflvl = s->s.h.filter.level; in decode_frame_header()
752 s->s.h.segmentation.feat[i].lflvl[0][0] = in decode_frame_header()
753 s->s.h.segmentation.feat[i].lflvl[0][1] = in decode_frame_header()
754 av_clip_uintp2(lflvl + (s->s.h.lf_delta.ref[0] * (1 << sh)), 6); in decode_frame_header()
756 s->s.h.segmentation.feat[i].lflvl[j][0] = in decode_frame_header()
757 av_clip_uintp2(lflvl + ((s->s.h.lf_delta.ref[j] + in decode_frame_header()
759 s->s.h.segmentation.feat[i].lflvl[j][1] = in decode_frame_header()
760 av_clip_uintp2(lflvl + ((s->s.h.lf_delta.ref[j] + in decode_frame_header()
764 memset(s->s.h.segmentation.feat[i].lflvl, lflvl, in decode_frame_header()
765 sizeof(s->s.h.segmentation.feat[i].lflvl)); in decode_frame_header()
1091 static void decode_sb(VP9TileData *td, int row, int col, VP9Filter *lflvl, in decode_sb() argument
1107 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1113 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1116 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1119 ff_vp9_decode_block(td, row + hbs, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1122 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1125 ff_vp9_decode_block(td, row, col + hbs, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1128 decode_sb(td, row, col, lflvl, yoff, uvoff, bl + 1); in decode_sb()
1129 decode_sb(td, row, col + hbs, lflvl, in decode_sb()
1134 decode_sb(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1); in decode_sb()
1135 decode_sb(td, row + hbs, col + hbs, lflvl, in decode_sb()
1144 decode_sb(td, row, col, lflvl, yoff, uvoff, bl + 1); in decode_sb()
1145 decode_sb(td, row, col + hbs, lflvl, in decode_sb()
1150 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1155 decode_sb(td, row, col, lflvl, yoff, uvoff, bl + 1); in decode_sb()
1158 decode_sb(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1); in decode_sb()
1161 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, bl, bp); in decode_sb()
1165 decode_sb(td, row, col, lflvl, yoff, uvoff, bl + 1); in decode_sb()
1170 static void decode_sb_mem(VP9TileData *td, int row, int col, VP9Filter *lflvl, in decode_sb_mem() argument
1182 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, b->bl, b->bp); in decode_sb_mem()
1184 ff_vp9_decode_block(td, row, col, lflvl, yoff, uvoff, b->bl, b->bp); in decode_sb_mem()
1188 ff_vp9_decode_block(td, row + hbs, col, lflvl, yoff, uvoff, b->bl, b->bp); in decode_sb_mem()
1192 ff_vp9_decode_block(td, row, col + hbs, lflvl, yoff, uvoff, b->bl, b->bp); in decode_sb_mem()
1195 decode_sb_mem(td, row, col, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem()
1198 decode_sb_mem(td, row, col + hbs, lflvl, yoff + 8 * hbs * bytesperpixel, in decode_sb_mem()
1202 decode_sb_mem(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem()
1203 decode_sb_mem(td, row + hbs, col + hbs, lflvl, in decode_sb_mem()
1209 decode_sb_mem(td, row, col + hbs, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem()
1214 decode_sb_mem(td, row + hbs, col, lflvl, yoff, uvoff, bl + 1); in decode_sb_mem()
1308 VP9Filter *lflvl_ptr = s->lflvl; in decode_tiles()
1374 lflvl_ptr = s->lflvl; in decode_tiles()
1415 lflvl_ptr_base = s->lflvl+(tile_col_start >> 3); in decode_tiles_mt()
1489 lflvl_ptr = s->lflvl+s->sb_cols*i; in loopfilter_proc()