Searched refs:nonBQPTable (Results 1 – 3 of 3) sorted by relevance
154 int8_t *nonBQPTable; member
868 reallocAlign((void **)&c->nonBQPTable, qpStride*mbHeight*sizeof(int8_t)); in reallocBuffers()927 av_free(c->nonBQPTable); in pp_free_context()993 AV_WN32(c->nonBQPTable + (i<<2), AV_RN32(QP_store + (i<<2)) & 0x3F3F3F3F); in pp_postprocess()996 c->nonBQPTable[i] = QP_store[i] & 0x3F; in pp_postprocess()1002 c->nonBQPTable[i*absQPStride+j] = QP_store[i*QPStride+j] & 0x3F; in pp_postprocess()
3476 int8_t *nonBQPptr= &c.nonBQPTable[(y>>qpVShift)*FFABS(QPStride)]; in RENAME()