HomeSort by relevance Sort by last modified time
    Searched defs:qmlevel (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/av1/encoder/
av1_quantize.c 690 int qmlevel = (xd->lossless[segment_id] || cm->using_qmatrix == 0) local
702 memcpy(&xd->plane[0].seg_qmatrix[segment_id], cm->gqmatrix[qmlevel][0],
703 sizeof(cm->gqmatrix[qmlevel][0]));
704 memcpy(&xd->plane[0].seg_iqmatrix[segment_id], cm->giqmatrix[qmlevel][0],
705 sizeof(cm->giqmatrix[qmlevel][0]));
709 qmlevel = (xd->lossless[segment_id] || cm->using_qmatrix == 0)
720 memcpy(&xd->plane[1].seg_qmatrix[segment_id], cm->gqmatrix[qmlevel][1]
    [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c 2283 int qmlevel = (lossless || using_qm == 0) ? NUM_QM_LEVELS - 1 : cm->qm_y; local
    [all...]

Completed in 481 milliseconds