Searched refs:VP8ThreadData (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp8.h | 107 typedef struct VP8ThreadData { struct 137 } VP8ThreadData; argument 149 VP8ThreadData *thread_data;
|
D | vp8.c | 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() [all …]
|