Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dquant_enc.c989 VP8ModeScore* rd_best = rd; in PickBestIntra16() local
1019 if (rd_best != rd) { in PickBestIntra16()
1020 memcpy(rd, rd_best, sizeof(*rd)); in PickBestIntra16()
1053 VP8ModeScore rd_best; in PickBestIntra4() local
1059 InitScore(&rd_best); in PickBestIntra4()
1114 AddScore(&rd_best, &rd_i4); in PickBestIntra4()
1131 CopyScore(rd, &rd_best); in PickBestIntra4()
1148 VP8ModeScore rd_best; in PickBestUV() local
1152 InitScore(&rd_best); in PickBestUV()
1170 CopyScore(&rd_best, &rd_uv); in PickBestUV()
[all …]

Completed in 7 milliseconds