Searched refs:VP8ThreadData (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp8.h | 107 typedef struct VP8ThreadData { struct 137 } VP8ThreadData; typedef 149 VP8ThreadData *thread_data;
|
H A D | vp8.c | 230 s->thread_data = av_mallocz(MAX_THREADS * sizeof(VP8ThreadData)); in update_dimensions() 1474 void decode_mb_coeffs(VP8Context *s, VP8ThreadData *td, VP56RangeCoder *c, in decode_mb_coeffs() 1675 void intra_predict(VP8Context *s, VP8ThreadData *td, uint8_t *dst[3], in intra_predict() 1813 void vp8_mc_luma(VP8Context *s, VP8ThreadData *td, uint8_t *dst, in vp8_mc_luma() 1871 void vp8_mc_chroma(VP8Context *s, VP8ThreadData *td, uint8_t *dst1, in vp8_mc_chroma() 1921 void vp8_mc_part(VP8Context *s, VP8ThreadData *td, uint8_t *dst[3], in vp8_mc_part() 1982 void inter_predict(VP8Context *s, VP8ThreadData *td, uint8_t *dst[3], in inter_predict() 2066 void idct_mb(VP8Context *s, VP8ThreadData *td, uint8_t *dst[3], VP8Macroblock *mb) in idct_mb() 2373 VP8ThreadData *prev_td, *next_td, *td = &s->thread_data[threadnr]; in decode_mb_row_no_filter() 2513 VP8ThreadData *t in filter_mb_row() [all...] |
Completed in 6 milliseconds