Home
last modified time | relevance | path

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

/third_party/ffmpeg/libpostproc/
H A Dpostprocess.c828 int mbWidth = (width+15)>>4; in reallocBuffers() local
851 reallocAlign((void **)&c->forcedQPTable, mbWidth*sizeof(int8_t)); in reallocBuffers()
922 int mbWidth = (width+15)>>4; in pp_postprocess() local
940 for(i=0; i<mbWidth; i++) c->forcedQPTable[i]= mode->forcedQuant; in pp_postprocess()
942 for(i=0; i<mbWidth; i++) c->forcedQPTable[i]= 1; in pp_postprocess()
947 const int count= FFMAX(mbHeight * absQPStride, mbWidth); in pp_postprocess()
961 for(x=0; x<mbWidth; x++){ in pp_postprocess()
972 const int count= FFMAX(mbHeight * QPStride, mbWidth); in pp_postprocess()

Completed in 2 milliseconds