Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dtscc2.c99 static void tscc2_idct4_put(int *in, int q[3], uint8_t *dst, int stride) in tscc2_idct4_put() function
174 tscc2_idct4_put(c->block, q, dst + k * 4, stride); in tscc2_decode_mb()