Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/av1/encoder/
H A Dpalette.c171 const int bits_using_raw = bit_depth * n; in av1_palette_color_cost_uv() local
172 total_bits += 1 + AOMMIN(bits_using_delta, bits_using_raw); in av1_palette_color_cost_uv()