Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dpred_common.c84 int above_idx = plane * PALETTE_MAX_SIZE; in av1_get_palette_cache() local
94 uint16_t v_above = above_colors[above_idx]; in av1_get_palette_cache()
101 ++above_idx, --above_n; in av1_get_palette_cache()
106 uint16_t val = above_colors[above_idx++]; in av1_get_palette_cache()
Donyxc_int.h801 int above_idx = col_offset; in set_skip_context() local
803 pd->above_context = &xd->above_context[i][above_idx >> pd->subsampling_x]; in set_skip_context()
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h357 const int above_idx = mi_col * 2; in set_skip_context() local
362 pd->above_context = &xd->above_context[i][above_idx >> pd->subsampling_x]; in set_skip_context()