Searched refs:rd16 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | quant.c | 874 VP8ModeScore rd16; in PickBestIntra16() local 883 nz = ReconstructIntra16(it, &rd16, tmp_dst, mode); in PickBestIntra16() 886 rd16.D = VP8SSE16x16(src, tmp_dst); in PickBestIntra16() 887 rd16.SD = tlambda ? MULT_8B(tlambda, VP8TDisto16x16(src, tmp_dst, kWeightY)) in PickBestIntra16() 889 rd16.H = VP8FixedCostsI16[mode]; in PickBestIntra16() 890 rd16.R = VP8GetCostLuma16(it, &rd16); in PickBestIntra16() 892 IsFlat(rd16.y_ac_levels[0], kNumBlocks, FLATNESS_LIMIT_I16)) { in PickBestIntra16() 894 rd16.R += FLATNESS_PENALTY * kNumBlocks; in PickBestIntra16() 898 SetRDScore(lambda, &rd16); in PickBestIntra16() 899 if (mode == 0 || rd16.score < rd->score) { in PickBestIntra16() [all …]
|