Searched refs:rd16 (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/enc/ |
D | quant.c | 708 VP8ModeScore rd16; in PickBestIntra16() local 717 nz = ReconstructIntra16(it, &rd16, tmp_dst, mode); in PickBestIntra16() 720 rd16.D = VP8SSE16x16(src, tmp_dst); in PickBestIntra16() 721 rd16.SD = tlambda ? MULT_8B(tlambda, VP8TDisto16x16(src, tmp_dst, kWeightY)) in PickBestIntra16() 723 rd16.R = VP8GetCostLuma16(it, &rd16); in PickBestIntra16() 724 rd16.R += VP8FixedCostsI16[mode]; in PickBestIntra16() 727 SetRDScore(lambda, &rd16); in PickBestIntra16() 728 if (mode == 0 || rd16.score < rd->score) { in PickBestIntra16() 729 CopyScore(rd, &rd16); in PickBestIntra16() 732 memcpy(rd->y_ac_levels, rd16.y_ac_levels, sizeof(rd16.y_ac_levels)); in PickBestIntra16() [all …]
|
/external/llvm/lib/Target/PTX/ |
D | PTXRegisterInfo.td | 434 def RD16 : PTXReg<"rd16">;
|