Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dframe.c258 static void InitResidual(int first, int coeff_type, in InitResidual() function
336 InitResidual(0, 3, enc, &res); in VP8GetCostLuma4()
352 InitResidual(0, 1, enc, &res); in VP8GetCostLuma16()
357 InitResidual(1, 0, enc, &res); in VP8GetCostLuma16()
377 InitResidual(0, 2, enc, &res); in VP8GetCostUV()
479 InitResidual(0, 1, enc, &res); in CodeResiduals()
483 InitResidual(1, 0, enc, &res); in CodeResiduals()
485 InitResidual(0, 3, enc, &res); in CodeResiduals()
499 InitResidual(0, 2, enc, &res); in CodeResiduals()
529 InitResidual(0, 1, enc, &res); in RecordResiduals()
[all …]