Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_minterpolate.c183 PixelRefs *pixel_refs; member
382 mi_ctx->pixel_refs = av_mallocz_array(width * height, sizeof(PixelRefs)); in config_input()
383 if (!mi_ctx->pixel_mvs || !mi_ctx->pixel_weights || !mi_ctx->pixel_refs) in config_input()
853 if (!b_weight || pixel_refs->nb + 1 >= NB_PIXEL_MVS)\
855 pixel_refs->refs[pixel_refs->nb] = 1;\
856 pixel_weights->weights[pixel_refs->nb] = b_weight * (ALPHA_MAX - alpha);\
857 pixel_mvs->mvs[pixel_refs->nb][0] = av_clip((mv_x * alpha) / ALPHA_MAX, x_min, x_max);\
858 pixel_mvs->mvs[pixel_refs->nb][1] = av_clip((mv_y * alpha) / ALPHA_MAX, y_min, y_max);\
859 pixel_refs->nb++;\
860 pixel_refs->refs[pixel_refs->nb] = 2;\
[all …]