Home
last modified time | relevance | path

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

/third_party/ffmpeg/libpostproc/
H A Dpostprocess_internal.h153 int8_t *stdQPTable; ///< used to fix MPEG2 style qscale member
H A Dpostprocess.c850 reallocAlign((void **)&c->stdQPTable, qpStride*mbHeight*sizeof(int8_t)); in reallocBuffers()
907 av_free(c->stdQPTable); in pp_free_context()
949 AV_WN32(c->stdQPTable + (i<<2), AV_RN32(QP_store + (i<<2)) >> 1 & 0x7F7F7F7F); in pp_postprocess()
952 c->stdQPTable[i] = QP_store[i]>>1; in pp_postprocess()
954 QP_store= c->stdQPTable; in pp_postprocess()

Completed in 2 milliseconds