Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/x86/
Dencodetxb_sse2.c75 int8_t *const coeff_contexts) { in get_4_nz_map_contexts_2d() argument
85 int8_t *cc = coeff_contexts; in get_4_nz_map_contexts_2d()
101 coeff_contexts[0] = 0; in get_4_nz_map_contexts_2d()
107 int8_t *coeff_contexts) { in get_4_nz_map_contexts_hor() argument
128 _mm_store_si128((__m128i *)coeff_contexts, count); in get_4_nz_map_contexts_hor()
130 coeff_contexts += 16; in get_4_nz_map_contexts_hor()
138 int8_t *coeff_contexts) { in get_4_nz_map_contexts_ver() argument
160 _mm_store_si128((__m128i *)coeff_contexts, count); in get_4_nz_map_contexts_ver()
163 coeff_contexts += 16; in get_4_nz_map_contexts_ver()
171 int8_t *coeff_contexts) { in get_8_coeff_contexts_2d() argument
[all …]
/external/libaom/libaom/av1/encoder/
Dencodetxb.c495 int8_t *const coeff_contexts) { argument
500 coeff_contexts[pos] = get_nz_map_ctx(levels, pos, bwl, height, i,
527 DECLARE_ALIGNED(16, int8_t, coeff_contexts[MAX_TX_SQUARE]);
581 av1_get_nz_map_contexts(levels, scan, eob, tx_size, tx_class, coeff_contexts);
585 const int coeff_ctx = coeff_contexts[pos];
752 DECLARE_ALIGNED(16, int8_t, coeff_contexts[MAX_TX_SQUARE]);
764 av1_get_nz_map_contexts(levels, scan, eob, tx_size, tx_class, coeff_contexts);
774 const int coeff_ctx = coeff_contexts[pos];
796 const int coeff_ctx = coeff_contexts[pos];
813 const int coeff_ctx = coeff_contexts[pos];
[all …]
/external/libaom/libaom/test/
Dencodetxb_test.cc39 int8_t *const coeff_contexts);