Searched refs:qpix_avg (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_mc_template.c | 45 const qpel_mc_func *qpix_avg, in mc_part() argument 60 x_offset, y_offset, qpix_put, chroma_put, qpix_avg, in mc_part() 69 const qpel_mc_func(*qpix_avg)[16], in MCFUNC() 86 qpix_put[0], chroma_put[0], qpix_avg[0], chroma_avg[0], in MCFUNC() 91 qpix_put[1], chroma_put[0], qpix_avg[1], chroma_avg[0], in MCFUNC() 95 qpix_put[1], chroma_put[0], qpix_avg[1], chroma_avg[0], in MCFUNC() 100 qpix_put[1], chroma_put[1], qpix_avg[1], chroma_avg[1], in MCFUNC() 104 qpix_put[1], chroma_put[1], qpix_avg[1], chroma_avg[1], in MCFUNC() 121 qpix_put[1], chroma_put[1], qpix_avg[1], chroma_avg[1], in MCFUNC() 127 qpix_put[2], chroma_put[1], qpix_avg[2], chroma_avg[1], in MCFUNC() [all …]
|
D | h264_mb.c | 329 const qpel_mc_func *qpix_avg, in mc_part_std() argument 357 qpix_op = qpix_avg; in mc_part_std()
|
D | cavs.c | 465 qpel_mc_func *qpix_avg, in mc_part_std() argument 484 qpix_op = qpix_avg; in mc_part_std()
|