HomeSort by relevance Sort by last modified time
    Searched refs:colors_v (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/av1/encoder/
bitstream.c 708 const uint16_t *colors_v = pmi->palette_colors + 2 * PALETTE_MAX_SIZE; local
733 assert(colors_v[0] < (1 << bit_depth));
736 aom_write_literal(w, colors_v[0], bit_depth);
738 assert(colors_v[i] < (1 << bit_depth));
739 if (colors_v[i] == colors_v[i - 1]) { // No need to signal sign bit.
743 const int delta = abs((int)colors_v[i] - colors_v[i - 1]);
744 const int sign_bit = colors_v[i] < colors_v[i - 1]
    [all...]
rdopt.c 6101 int colors_u, colors_v, colors; local
    [all...]

Completed in 164 milliseconds