Home
last modified time | relevance | path

Searched refs:CopyScore (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/enc/
Dquant.c439 static void CopyScore(VP8ModeScore* const dst, const VP8ModeScore* const src) { in CopyScore() function
797 CopyScore(rd, &rd16); in PickBestIntra16()
867 CopyScore(&rd_i4, &rd_tmp); in PickBestIntra4()
888 CopyScore(rd, &rd_best); in PickBestIntra4()
923 CopyScore(&rd_best, &rd_uv); in PickBestUV()
/external/webp/src/enc/
Dquant.c518 static void CopyScore(VP8ModeScore* const dst, const VP8ModeScore* const src) { in CopyScore() function
1021 CopyScore(&rd_i4, &rd_tmp); in PickBestIntra4()
1046 CopyScore(rd, &rd_best); in PickBestIntra4()
1085 CopyScore(&rd_best, &rd_uv); in PickBestUV()