Home | History | Annotate | Download | only in enc

Lines Matching refs:modes

757 // RD-opt decision. Reconstruct each modes, evalue distortion and bit-cost.
811 // return the cost array corresponding to the surrounding prediction modes.
813 const uint8_t modes[16]) {
816 const int left = (x == 0) ? it->preds_[y * preds_w - 1] : modes[it->i4_ - 1];
817 const int top = (y == 0) ? it->preds_[-preds_w + x] : modes[it->i4_ - 4];
960 // Refine intra16/intra4 sub-modes based on distortion only (not rate).