Searched refs:qpix_put (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_mc_template.c | 43 const qpel_mc_func *qpix_put, in mc_part() argument 55 x_offset, y_offset, qpix_put, chroma_put, in mc_part() 60 x_offset, y_offset, qpix_put, chroma_put, qpix_avg, in mc_part() 67 const qpel_mc_func(*qpix_put)[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() [all …]
|
D | h264_mb.c | 327 const qpel_mc_func *qpix_put, in mc_part_std() argument 334 const qpel_mc_func *qpix_op = qpix_put; in mc_part_std() 375 const qpel_mc_func *qpix_put, in mc_part_weighted() argument 416 x_offset, y_offset, qpix_put, chroma_put, in mc_part_weighted() 420 x_offset, y_offset, qpix_put, chroma_put, in mc_part_weighted() 462 qpix_put, chroma_put, pixel_shift, chroma_idc); in mc_part_weighted()
|
D | cavs.c | 463 qpel_mc_func *qpix_put, in mc_part_std() argument 469 qpel_mc_func *qpix_op = qpix_put; in mc_part_std()
|