Searched refs:rd_tmp (Results 1 – 1 of 1) sorted by relevance
987 VP8ModeScore rd_tmp; in PickBestIntra16() local988 VP8ModeScore* rd_cur = &rd_tmp; in PickBestIntra16()1081 VP8ModeScore rd_tmp; in PickBestIntra4() local1085 rd_tmp.nz = in PickBestIntra4()1089 rd_tmp.D = VP8SSE4x4(src, tmp_dst); in PickBestIntra4()1090 rd_tmp.SD = in PickBestIntra4()1093 rd_tmp.H = mode_costs[mode]; in PickBestIntra4()1098 rd_tmp.R = FLATNESS_PENALTY * kNumBlocks; in PickBestIntra4()1100 rd_tmp.R = 0; in PickBestIntra4()1104 SetRDScore(lambda, &rd_tmp); in PickBestIntra4()[all …]