Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c660 #define ADD_EQ(X, ARG, LEN) do { \ macro
686 ADD_EQ(0, literal_, literal_size); in VP8LHistogramAdd()
687 ADD_EQ(1, red_, NUM_LITERAL_CODES); in VP8LHistogramAdd()
688 ADD_EQ(2, blue_, NUM_LITERAL_CODES); in VP8LHistogramAdd()
689 ADD_EQ(3, alpha_, NUM_LITERAL_CODES); in VP8LHistogramAdd()
690 ADD_EQ(4, distance_, NUM_DISTANCE_CODES); in VP8LHistogramAdd()
695 #undef ADD_EQ