Home
last modified time | relevance | path

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

/third_party/ffmpeg/libpostproc/
H A Dpostprocess.c827 static void reallocBuffers(PPContext *c, int width, int height, int stride, int qpStride){ in reallocBuffers() argument
833 c->qpStride= qpStride; in reallocBuffers()
849 reallocAlign((void **)&c->nonBQPTable, qpStride*mbHeight*sizeof(int8_t)); in reallocBuffers()
850 reallocAlign((void **)&c->stdQPTable, qpStride*mbHeight*sizeof(int8_t)); in reallocBuffers()
863 int qpStride= (width+15)/16 + 2; //assumed / will realloc if needed in pp_get_context() local
886 reallocBuffers(c, width, height, stride, qpStride); in pp_get_context()
930 if(c->stride < minStride || c->qpStride < absQPStride) in pp_postprocess()
933 FFMAX(c->qpStride, absQPStride)); in pp_postprocess()
H A Dpostprocess_internal.h167 int qpStride; ///<size of qp buffers (needed to realloc them if needed) member

Completed in 3 milliseconds