Home
last modified time | relevance | path

Searched refs:VP9Block (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9dec.h82 typedef struct VP9Block { struct
90 } VP9Block; argument
173 VP9Block *b_base, *b;
Dvp9mvs.c69 VP9Block *b = td->b; in find_ref_mvs()
294 VP9Block *b = td->b; in ff_vp9_fill_mv()
Dvp9recon.c223 VP9Block *b = td->b; in intra_recon()
573 VP9Block *b = td->b; in inter_recon()
Dvp9block.c93 VP9Block *b = td->b; in decode_mode()
967 VP9Block *b = td->b; in decode_coeffs()
1268 VP9Block *b = td->b; in ff_vp9_decode_block()
Dvp9_mc_template.c37 VP9Block *b = td->b; in FN()
Dvp9.c324 td->b_base = av_malloc_array(s->cols * s->rows, sizeof(VP9Block)); in update_block_buffers()
345 s->td[i].b_base = av_malloc(sizeof(VP9Block)); in update_block_buffers()
1174 VP9Block *b = td->b; in decode_sb_mem()