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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libpostproc/
H A Dpostprocess_internal.h151 QP_STORE_T *nonBQPTable; member in struct:PPContext
H A Dpostprocess.c888 reallocAlign((void **)&c->nonBQPTable, 8, qpStride*mbHeight*sizeof(QP_STORE_T));
943 av_free(c->nonBQPTable);
1009 ((uint32_t*)c->nonBQPTable)[i] = ((const uint32_t*)QP_store)[i] & 0x3F3F3F3F;
1012 c->nonBQPTable[i] = QP_store[i] & 0x3F;
1018 c->nonBQPTable[i*absQPStride+j] = QP_store[i*QPStride+j] & 0x3F;
H A Dpostprocess_template.c3444 int8_t *nonBQPptr= &c.nonBQPTable[(y>>qpVShift)*FFABS(QPStride)];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libpostproc/
H A Dpostprocess_internal.h151 QP_STORE_T *nonBQPTable; member in struct:PPContext
H A Dpostprocess.c918 reallocAlign((void **)&c->nonBQPTable, 8, qpStride*mbHeight*sizeof(QP_STORE_T));
965 av_free(c->nonBQPTable);
1031 ((uint32_t*)c->nonBQPTable)[i] = ((const uint32_t*)QP_store)[i] & 0x3F3F3F3F;
1034 c->nonBQPTable[i] = QP_store[i] & 0x3F;
1040 c->nonBQPTable[i*absQPStride+j] = QP_store[i*QPStride+j] & 0x3F;
H A Dpostprocess_template.c3365 int8_t *nonBQPptr= &c.nonBQPTable[(y>>qpVShift)*FFABS(QPStride)];

Completed in 58 milliseconds