Searched refs:rd_tmp (Results 1 – 1 of 1) sorted by relevance
918 VP8ModeScore rd_tmp; in PickBestIntra16() local919 VP8ModeScore* rd_cur = &rd_tmp; in PickBestIntra16()1007 VP8ModeScore rd_tmp; in PickBestIntra4() local1011 rd_tmp.nz = in PickBestIntra4()1015 rd_tmp.D = VP8SSE4x4(src, tmp_dst); in PickBestIntra4()1016 rd_tmp.SD = in PickBestIntra4()1019 rd_tmp.H = mode_costs[mode]; in PickBestIntra4()1023 rd_tmp.R = FLATNESS_PENALTY * kNumBlocks; in PickBestIntra4()1025 rd_tmp.R = 0; in PickBestIntra4()1029 SetRDScore(lambda, &rd_tmp); in PickBestIntra4()[all …]