| /external/libaom/av1/common/ |
| D | txb_common.h | 77 static INLINE int get_padded_idx(const int idx, const int bwl) { in get_padded_idx() 83 const int bwl) { in get_br_ctx_2d() 99 const int bwl, in get_br_ctx_eob() 113 const int bwl, const TX_CLASS tx_class) { in get_br_ctx() 159 const int bwl, const TX_CLASS tx_class) { in get_nz_mag() 200 const int bwl, const TX_SIZE tx_size, const TX_CLASS tx_class) { in get_nz_map_ctx_from_stats() 237 static INLINE int get_lower_levels_ctx_eob(int bwl, int height, int scan_idx) { in get_lower_levels_ctx_eob() 245 int bwl, TX_SIZE tx_size) { in get_lower_levels_ctx_2d() 260 int coeff_idx, int bwl, in get_lower_levels_ctx() 269 int bwl, int height, in get_lower_levels_ctx_general()
|
| /external/libaom/test/ |
| D | encodetxb_test.cc | 69 const int bwl = get_txb_bwl((TX_SIZE)tx_size); in GetNzMapContextsRun() local 105 const int bwl = get_txb_bwl((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun() local 148 void InitDataWithEob(const int16_t *const scan, const int bwl, in InitDataWithEob()
|
| D | avg_test.cc | 584 explicit VectorVarTestBase(int bwl) { m_bwl = bwl; } in VectorVarTestBase()
|
| /external/libaom/av1/encoder/ |
| D | txb_rdopt_utils.h | 122 const LV_MAP_COEFF_COST *txb_costs, int bwl, TX_CLASS tx_class, in get_two_coeff_cost_simple() 148 int bwl, TX_CLASS tx_class) { in get_coeff_cost_eob() 170 int bwl, TX_CLASS tx_class, in get_coeff_cost_general()
|
| D | txb_rdopt.c | 19 TX_CLASS tx_class, int bwl, int height, int64_t rdmult, int shift, in update_coeff_general() 77 int bwl, int64_t rdmult, int shift, const int16_t *dequant, in update_coeff_simple() 128 int si, TX_SIZE tx_size, TX_CLASS tx_class, int bwl, int height, in update_coeff_eob() 327 const int bwl = get_txb_bwl(tx_size); in av1_optimize_txb() local 459 const int bwl = get_txb_bwl(tx_size); in warehouse_efficients_txb() local
|
| D | encodetxb.c | 223 const int coeff_idx, const int bwl, 260 const int bwl = get_txb_bwl(tx_size); local 357 const int bwl = get_txb_bwl(tx_size); local 574 const int bwl = get_txb_bwl(tx_size); local 738 const int bwl = get_txb_bwl(tx_size); local
|
| D | mcomp.c | 1907 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match()
|
| /external/libaom/aom_dsp/x86/ |
| D | avg_intrin_sse4.c | 19 int aom_vector_var_sse4_1(const int16_t *ref, const int16_t *src, int bwl) { in aom_vector_var_sse4_1()
|
| D | avg_intrin_avx2.c | 817 int aom_vector_var_avx2(const int16_t *ref, const int16_t *src, int bwl) { in aom_vector_var_avx2()
|
| /external/libaom/av1/decoder/ |
| D | decodetxb.c | 64 const int16_t *scan, int bwl, in read_coeffs_reverse_2d() 88 int end_si, const int16_t *scan, int bwl, in read_coeffs_reverse() 126 const int bwl = get_txb_bwl(tx_size); in av1_read_coeffs_txb() local
|
| /external/libvpx/vpx_dsp/arm/ |
| D | avg_neon.c | 143 int vpx_vector_var_neon(int16_t const *ref, int16_t const *src, const int bwl) { in vpx_vector_var_neon()
|
| /external/libaom/aom_dsp/arm/ |
| D | avg_neon.c | 165 int aom_vector_var_neon(const int16_t *ref, const int16_t *src, int bwl) { in aom_vector_var_neon()
|
| /external/libvpx/vp9/decoder/ |
| D | vp9_decodeframe.c | 792 static void set_plane_n4(MACROBLOCKD *const xd, int bw, int bh, int bwl, in set_plane_n4() 805 int bwl, int bhl) { in set_offsets_recon() 824 int bh, int x_mis, int y_mis, int bwl, int bhl) { in set_offsets() 912 int mi_col, BLOCK_SIZE bsize, int bwl, int bhl) { in decode_block() 1030 int mi_col, BLOCK_SIZE bsize, int bwl, int bhl) { in recon_block() 1063 int mi_col, BLOCK_SIZE bsize, int bwl, int bhl) { in parse_block()
|
| /external/libaom/av1/encoder/x86/ |
| D | encodetxb_sse2.c | 497 const int bwl = get_txb_bwl(tx_size); in av1_get_nz_map_contexts_sse2() local
|
| /external/libvpx/vpx_dsp/x86/ |
| D | avg_intrin_sse2.c | 536 int vpx_vector_var_sse2(const int16_t *ref, const int16_t *src, const int bwl) { in vpx_vector_var_sse2()
|
| /external/libaom/av1/encoder/arm/neon/ |
| D | encodetxb_neon.c | 645 const int bwl = get_txb_bwl(tx_size); in av1_get_nz_map_contexts_neon() local
|
| /external/libvpx/vpx_dsp/ |
| D | avg.c | 373 int vpx_vector_var_c(const int16_t *ref, const int16_t *src, const int bwl) { in vpx_vector_var_c()
|
| /external/libvpx/vpx_dsp/mips/ |
| D | avg_msa.c | 570 int vpx_vector_var_msa(const int16_t *ref, const int16_t *src, const int bwl) { in vpx_vector_var_msa()
|
| /external/libvpx/vp9/encoder/ |
| D | vp9_encodemb.c | 810 const int bwl = b_width_log2_lookup[plane_bsize]; in vp9_encode_block_intra() local
|
| D | vp9_mcomp.c | 2213 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match()
|
| D | vp9_rdopt.c | 2572 int bwl = b_width_log2_lookup[bsize]; in single_motion_search() local
|
| /external/libaom/aom_dsp/ |
| D | avg.c | 564 int aom_vector_var_c(const int16_t *ref, const int16_t *src, int bwl) { in aom_vector_var_c()
|