Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dlossless_enc.c665 #define ADD_EQ(X, ARG, LEN) do { \ macro
691 ADD_EQ(0, literal_, literal_size); in VP8LHistogramAdd()
692 ADD_EQ(1, red_, NUM_LITERAL_CODES); in VP8LHistogramAdd()
693 ADD_EQ(2, blue_, NUM_LITERAL_CODES); in VP8LHistogramAdd()
694 ADD_EQ(3, alpha_, NUM_LITERAL_CODES); in VP8LHistogramAdd()
695 ADD_EQ(4, distance_, NUM_DISTANCE_CODES); in VP8LHistogramAdd()
700 #undef ADD_EQ