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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libpostproc/
H A Dpostprocess_internal.h160 int qpStride; ///<size of qp buffers (needed to realloc them if needed) member in struct:PPContext
H A Dpostprocess.c919 static void reallocBuffers(PPContext *c, int width, int height, int stride, int qpStride){ argument
955 int qpStride= (width+15)/16 + 2; //assumed / will realloc if needed local

Completed in 207 milliseconds