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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libpostproc/
H A Dpostprocess_internal.h161 int qpStride; ///<size of qp buffers (needed to realloc them if needed) member in struct:PPContext
H A Dpostprocess.c866 static void reallocBuffers(PPContext *c, int width, int height, int stride, int qpStride){ argument
902 int qpStride= (width+15)/16 + 2; //assumed / will realloc if needed local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess_internal.h161 int qpStride; ///<size of qp buffers (needed to realloc them if needed) member in struct:PPContext
H A Dpostprocess.c896 static void reallocBuffers(PPContext *c, int width, int height, int stride, int qpStride){ argument
932 int qpStride= (width+15)/16 + 2; //assumed / will realloc if needed local

Completed in 116 milliseconds