Home
last modified time | relevance | path

Searched refs:line_add (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dproresenc_kostya.c553 int num_cblocks, pwidth, line_add; in encode_slice() local
560 line_add = 0; in encode_slice()
562 line_add = ctx->cur_picture_idx ^ !pic->top_field_first; in encode_slice()
598 line_add * pic->linesize[i]) + xp; in encode_slice()
809 int linesize[4], line_add; in find_slice_quant() local
813 line_add = 0; in find_slice_quant()
815 line_add = ctx->cur_picture_idx ^ !ctx->pic->top_field_first; in find_slice_quant()
837 line_add * ctx->pic->linesize[i]) + xp; in find_slice_quant()

Completed in 3 milliseconds