Searched defs:n_cache (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | palette.c | 70 int av1_index_color_cache(const uint16_t *color_cache, int n_cache, in av1_index_color_cache() 118 uint16_t *color_cache, int n_cache, in av1_palette_color_cost_y() 132 uint16_t *color_cache, int n_cache, in av1_palette_color_cost_uv()
|
D | bitstream.c | 684 const int n_cache = av1_get_palette_cache(xd, 0, color_cache); in write_palette_colors_y() local 711 const int n_cache = av1_get_palette_cache(xd, 1, color_cache); in write_palette_colors_uv() local
|
D | rdopt.c | 4099 const int n_cache = av1_get_palette_cache(xd, 0, color_cache); in intra_mode_info_cost_y() local 4152 const int n_cache = av1_get_palette_cache(xd, 1, color_cache); in intra_mode_info_cost_uv() local 4260 static void optimize_palette_colors(uint16_t *color_cache, int n_cache, in optimize_palette_colors() 4283 int n_cache, MB_MODE_INFO *best_mbmi, in palette_rd_y() 4411 const int n_cache = av1_get_palette_cache(xd, 0, color_cache); in rd_pick_palette_intra_sby() local 6125 const int n_cache = av1_get_palette_cache(xd, 1, color_cache); in rd_pick_palette_intra_sbuv() local
|
/external/eigen/Eigen/src/Core/products/ |
D | GeneralBlockPanelKernel.h | 124 const Index n_cache = (l2-l1) / (nr * sizeof(RhsScalar) * k); variable
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 455 const int n_cache = av1_get_palette_cache(xd, 0, color_cache); in read_palette_colors_y() local 489 const int n_cache = av1_get_palette_cache(xd, 1, color_cache); in read_palette_colors_uv() local
|