Searched refs:mc_part_std (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | cavs.c | 458 static inline void mc_part_std(AVSContext *h, int chroma_height, int delta, in mc_part_std() function 499 mc_part_std(h, 8, 0, h->cy, h->cu, h->cv, 0, 0, in ff_cavs_inter() 506 mc_part_std(h, 4, 0, h->cy, h->cu, h->cv, 0, 0, in ff_cavs_inter() 512 mc_part_std(h, 4, 0, h->cy, h->cu, h->cv, 4, 0, in ff_cavs_inter() 518 mc_part_std(h, 4, 0, h->cy, h->cu, h->cv, 0, 4, in ff_cavs_inter() 524 mc_part_std(h, 4, 0, h->cy, h->cu, h->cv, 4, 4, in ff_cavs_inter()
|
D | h264_mc_template.c | 59 mc_part_std(h, sl, n, square, height, delta, dest_y, dest_cb, dest_cr, in mc_part()
|
D | h264_mb.c | 321 static av_always_inline void mc_part_std(const H264Context *h, H264SliceContext *sl, in mc_part_std() function
|