Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dcost.c218 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]) { in VP8GetCostLuma4() function
Dvp8enci.h449 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]);
Dquant.c1017 rd_tmp.R += VP8GetCostLuma4(it, tmp_levels); in PickBestIntra4()
/external/opencv3/3rdparty/libwebp/enc/
Dvp8enci.h490 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]);
Dframe.c331 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]) { in VP8GetCostLuma4() function
Dquant.c862 rd_tmp.R = VP8GetCostLuma4(it, tmp_levels); in PickBestIntra4()