Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dcost_enc.c218 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]) { in VP8GetCostLuma4() function
Dvp8i_enc.h446 int VP8GetCostLuma4(VP8EncIterator* const it, const int16_t levels[16]);
Dquant_enc.c1033 rd_tmp.R += VP8GetCostLuma4(it, tmp_levels); in PickBestIntra4()