Home
last modified time | relevance | path

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

/third_party/ffmpeg/libpostproc/
H A Dpostprocess_internal.h167 int qpStride; ///<size of qp buffers (needed to realloc them if needed) member
H A Dpostprocess.c827 static void reallocBuffers(PPContext *c, int width, int height, int stride, int qpStride){ in reallocBuffers() argument
863 int qpStride= (width+15)/16 + 2; //assumed / will realloc if needed in pp_get_context() local

Completed in 3 milliseconds