Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dsnow.c129 static void mc_block(Plane *p, uint8_t *dst, const uint8_t *src, int stride, int b_w, int b_h, int … in mc_block() function
390 mc_block(&s->plane[plane_index], dst, src, stride, b_w, b_h, dx, dy); in ff_snow_pred_block()
413 mc_block(NULL, dst, src-(HTAPS_MAX/2-1)-(HTAPS_MAX/2-1)*stride, stride, b_w, b_w, dx, dy);\