Searched defs:qpel_mc_func (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | qpeldsp.h | 65 typedef void (*qpel_mc_func)(uint8_t *dst /* align width (8 or 16) */, typedef
|
H A D | h264_mc_template.c | 64 hl_motion(const H264Context *h, H264SliceContext *sl, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, const qpel_mc_func(*qpix_put)[16], const h264_chroma_mc_func(*chroma_put), const qpel_mc_func(*qpix_avg)[16], const h264_chroma_mc_func(*chroma_avg), const h264_weight_func *weight_op, const h264_biweight_func *weight_avg) hl_motion() argument
|
Completed in 1 milliseconds