Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dproresenc_kostya.c269 int *slice_q; member
977 ctx->slice_q[x + y * ctx->slices_width] = td->nodes[q].quant; in find_quant_thread()
1070 : ctx->slice_q[mb + y * ctx->slices_width]; in encode_frame()
1154 av_freep(&ctx->slice_q); in encode_close()
1276 ctx->slice_q = av_malloc_array(ctx->slices_per_picture, sizeof(*ctx->slice_q)); in encode_init()
1277 if (!ctx->slice_q) in encode_init()

Completed in 3 milliseconds