Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmss2dsp.h43 void (*mss2_gray_fill_masked)(uint8_t *dst, ptrdiff_t dst_stride, member
Dmss2dsp.c154 dsp->mss2_gray_fill_masked = mss2_gray_fill_masked_c; in ff_mss2dsp_init()
Dmss2.c717 ctx->dsp.mss2_gray_fill_masked(dst, c->rgb_stride, in mss2_decode_frame()