Searched refs:n_out_cache (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | palette.c | 123 const int n_out_cache = in av1_palette_color_cost_y() local 127 n_cache + delta_encode_cost(out_cache_colors, n_out_cache, bit_depth, 1); in av1_palette_color_cost_y() 139 const int n_out_cache = av1_index_color_cache( in av1_palette_color_cost_uv() local 143 n_cache + delta_encode_cost(out_cache_colors, n_out_cache, bit_depth, 0); in av1_palette_color_cost_uv()
|
D | bitstream.c | 676 const int n_out_cache = in write_palette_colors_y() local 685 assert(n_in_cache + n_out_cache == n); in write_palette_colors_y() 686 delta_encode_palette_colors(out_cache_colors, n_out_cache, bit_depth, 1, w); in write_palette_colors_y() 703 const int n_out_cache = av1_index_color_cache( in write_palette_colors_uv() local 711 delta_encode_palette_colors(out_cache_colors, n_out_cache, bit_depth, 0, w); in write_palette_colors_uv()
|