Lines Matching refs:VP8ThreadData
226 s->thread_data = av_mallocz(MAX_THREADS * sizeof(VP8ThreadData)); in update_dimensions()
1470 void decode_mb_coeffs(VP8Context *s, VP8ThreadData *td, VP56RangeCoder *c, in decode_mb_coeffs()
1671 void intra_predict(VP8Context *s, VP8ThreadData *td, uint8_t *dst[3], in intra_predict()
1809 void vp8_mc_luma(VP8Context *s, VP8ThreadData *td, uint8_t *dst, in vp8_mc_luma()
1867 void vp8_mc_chroma(VP8Context *s, VP8ThreadData *td, uint8_t *dst1, in vp8_mc_chroma()
1917 void vp8_mc_part(VP8Context *s, VP8ThreadData *td, uint8_t *dst[3], in vp8_mc_part()
1978 void inter_predict(VP8Context *s, VP8ThreadData *td, uint8_t *dst[3], in inter_predict()
2062 void idct_mb(VP8Context *s, VP8ThreadData *td, uint8_t *dst[3], VP8Macroblock *mb) in idct_mb()
2369 VP8ThreadData *prev_td, *next_td, *td = &s->thread_data[threadnr]; in decode_mb_row_no_filter()
2509 VP8ThreadData *td = &s->thread_data[threadnr]; in filter_mb_row()
2513 VP8ThreadData *prev_td, *next_td; in filter_mb_row()
2581 VP8ThreadData *td = &s->thread_data[jobnr]; in vp78_decode_mb_row_sliced()
2582 VP8ThreadData *next_td = NULL, *prev_td = NULL; in vp78_decode_mb_row_sliced()
2777 VP8ThreadData *td = &s->thread_data[i]; in vp78_decode_frame()