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

  /external/libaom/libaom/av1/encoder/
palette.c 123 const int n_out_cache = local
127 n_cache + delta_encode_cost(out_cache_colors, n_out_cache, bit_depth, 1);
139 const int n_out_cache = av1_index_color_cache( local
143 n_cache + delta_encode_cost(out_cache_colors, n_out_cache, bit_depth, 0);
bitstream.c 687 const int n_out_cache = local
696 assert(n_in_cache + n_out_cache == n);
697 delta_encode_palette_colors(out_cache_colors, n_out_cache, bit_depth, 1, w);
714 const int n_out_cache = av1_index_color_cache( local
722 delta_encode_palette_colors(out_cache_colors, n_out_cache, bit_depth, 0, w);
    [all...]

Completed in 395 milliseconds