Home
last modified time | relevance | path

Searched defs:n_cache (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/
H A Dpalette.c90 int av1_index_color_cache(const uint16_t *color_cache, int n_cache, in av1_index_color_cache()
138 const uint16_t *color_cache, int n_cache, in av1_palette_color_cost_y()
152 const uint16_t *color_cache, int n_cache, in av1_palette_color_cost_uv()
202 static inline void optimize_palette_colors(uint16_t *color_cache, int n_cache, in optimize_palette_colors()
231 int n, uint16_t *color_cache, int n_cache, bool do_header_rd_based_gating, in palette_rd_y()
341 int n_cache, MB_MODE_INFO *best_mbmi, uint8_t *best_palette_color_map, in perform_top_color_palette_search()
388 int n_cache, MB_MODE_INFO *best_mbmi, uint8_t *best_palette_color_map, in perform_k_means_palette_search()
606 const int n_cache = av1_get_palette_cache(xd, 0, color_cache); in av1_rd_pick_palette_intra_sby() local
818 const int n_cache = av1_get_palette_cache(xd, 1, color_cache); in av1_rd_pick_palette_intra_sbuv() local
H A Dintra_mode_search_utils.h536 const int n_cache = av1_get_palette_cache(xd, 0, color_cache); in intra_mode_info_cost_y() local
599 const int n_cache = av1_get_palette_cache(xd, 1, color_cache); in intra_mode_info_cost_uv() local
H A Dbitstream.c692 const int n_cache = av1_get_palette_cache(xd, 0, color_cache); in write_palette_colors_y() local
719 const int n_cache = av1_get_palette_cache(xd, 1, color_cache); in write_palette_colors_uv() local
/aosp_15_r20/external/eigen/Eigen/src/Core/products/
H A DGeneralBlockPanelKernel.h166 const Index n_cache = (l2-l1) / (nr * sizeof(RhsScalar) * k); variable
/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecodemv.c481 const int n_cache = av1_get_palette_cache(xd, 0, color_cache); in read_palette_colors_y() local
515 const int n_cache = av1_get_palette_cache(xd, 1, color_cache); in read_palette_colors_uv() local
/aosp_15_r20/external/libdav1d/src/
H A Drecon_tmpl.c2185 int n_cache = 0; in bytefn() local