Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpalette.c151 const int bits_using_raw = bit_depth * n; in av1_palette_color_cost_uv() local
152 total_bits += 1 + AOMMIN(bits_using_delta, bits_using_raw); in av1_palette_color_cost_uv()