Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddnxhdenc.c563 static av_always_inline void dnxhd_encode_dc(DNXHDEncContext *ctx, int diff) in dnxhd_encode_dc() function
584 dnxhd_encode_dc(ctx, block[0] - ctx->m.last_dc[n]); in dnxhd_encode_block()