Home
last modified time | relevance | path

Searched refs:mc_part_std (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcavs.c458 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()
Dh264_mc_template.c59 mc_part_std(h, sl, n, square, height, delta, dest_y, dest_cb, dest_cr, in mc_part()
Dh264_mb.c321 static av_always_inline void mc_part_std(const H264Context *h, H264SliceContext *sl, in mc_part_std() function