Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/x86/
Dfdct.c491 static av_always_inline void fdct_row_mmx(const int16_t *in, int16_t *out, const int16_t *table) in fdct_row_mmx() function
553 fdct_row_mmx(block1, block, table); in ff_fdct_mmx()