Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_minterpolate.c156 typedef struct PixelRefs { struct
159 } PixelRefs; typedef
183 PixelRefs *pixel_refs;
382 mi_ctx->pixel_refs = av_mallocz_array(width * height, sizeof(PixelRefs)); in config_input()
909 PixelRefs *pixel_refs = &mi_ctx->pixel_refs[x + y * width]; in bidirectional_obmc()
933 PixelRefs *pixel_refs = &mi_ctx->pixel_refs[x + y * avf_out->width]; in set_frame_data()
1005 PixelRefs *pixel_refs = &mi_ctx->pixel_refs[x + y * width]; in var_size_bmc()
1056 PixelRefs *pixel_refs = &mi_ctx->pixel_refs[x + y * width]; in bilateral_obmc()