Searched refs:qpmapHeight (Results 1 – 1 of 1) sorted by relevance
278 RK_U32 qpmapHeight = RK_ALIGN(pstCtx->u32SrcHeight, align) / 16; in venc_send_frame() local279 RK_U32 qpmapSize = qpmapWidth * qpmapHeight * 2; in venc_send_frame()293 for (RK_U32 j = 0; j < qpmapHeight; j++) { in venc_send_frame()295 qpmap[j * qpmapHeight + i] = 0x8F80; // 0x8F: abs qp, qp 15, 0x80: must in venc_send_frame()