Searched refs:coeff_contexts (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/x86/ |
D | encodetxb_sse2.c | 75 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/ |
D | encodetxb.c | 495 int8_t *const coeff_contexts) { argument 500 coeff_contexts[pos] = get_nz_map_ctx(levels, pos, bwl, height, i, 590 DECLARE_ALIGNED(16, int8_t, coeff_contexts[MAX_TX_SQUARE]); 591 av1_get_nz_map_contexts(levels, scan, eob, tx_size, tx_class, coeff_contexts); 596 const int coeff_ctx = coeff_contexts[pos]; 772 DECLARE_ALIGNED(16, int8_t, coeff_contexts[MAX_TX_SQUARE]); 784 av1_get_nz_map_contexts(levels, scan, eob, tx_size, tx_class, coeff_contexts); 794 const int coeff_ctx = coeff_contexts[pos]; 816 const int coeff_ctx = coeff_contexts[pos]; 833 const int coeff_ctx = coeff_contexts[pos]; [all …]
|
/external/libaom/libaom/test/ |
D | encodetxb_test.cc | 40 int8_t *const coeff_contexts);
|