/external/libaom/libaom/av1/common/ |
D | txb_common.h | 77 static INLINE int get_padded_idx(const int idx, const int bwl) { in get_padded_idx() 147 const int bwl) { in get_br_ctx_2d() 163 const int bwl, in get_br_ctx_eob() 177 const int bwl, const TX_CLASS tx_class) { in get_br_ctx() 223 const int bwl, const TX_CLASS tx_class) { in get_nz_mag() 264 const int bwl, const TX_SIZE tx_size, const TX_CLASS tx_class) { in get_nz_map_ctx_from_stats() 301 static INLINE int get_lower_levels_ctx_eob(int bwl, int height, int scan_idx) { in get_lower_levels_ctx_eob() 309 int bwl, TX_SIZE tx_size) { in get_lower_levels_ctx_2d() 324 int coeff_idx, int bwl, in get_lower_levels_ctx() 333 int bwl, int height, in get_lower_levels_ctx_general()
|
/external/libaom/libaom/test/ |
D | encodetxb_test.cc | 70 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 133 void InitDataWithEob(const int16_t *const scan, const int bwl, in InitDataWithEob()
|
/external/libaom/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() 125 const int bwl = get_txb_bwl(tx_size); in av1_read_coeffs_txb() local
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.h | 37 int bwl; member
|
D | encodetxb.c | 354 const int coeff_idx, const int bwl, 496 const int bwl = get_txb_bwl(tx_size); local 521 const int bwl = get_txb_bwl(tx_size); local 745 const int bwl = get_txb_bwl(tx_size); local 1299 const LV_MAP_COEFF_COST *txb_costs, int bwl, TX_CLASS tx_class, 1325 int bwl, TX_CLASS tx_class) { 1347 int bwl, TX_CLASS tx_class, 1386 TX_CLASS tx_class, int bwl, int height, int64_t rdmult, int shift, 1443 int bwl, int64_t rdmult, int shift, const int16_t *dequant, 1523 int si, TX_SIZE tx_size, TX_CLASS tx_class, int bwl, int height, [all …]
|
D | mcomp.c | 2100 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match()
|
D | rdopt.c | 7107 int bwl = mi_size_wide_log2[bsize]; in single_motion_search() local
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | avg_neon.c | 148 int vpx_vector_var_neon(int16_t const *ref, int16_t const *src, const int bwl) { in vpx_vector_var_neon()
|
/external/libaom/libaom/aom_dsp/ |
D | avg.c | 213 int aom_vector_var_c(const int16_t *ref, const int16_t *src, const int bwl) { in aom_vector_var_c()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 775 static void set_plane_n4(MACROBLOCKD *const xd, int bw, int bh, int bwl, in set_plane_n4() 788 int bwl, int bhl) { in set_offsets_recon() 807 int bh, int x_mis, int y_mis, int bwl, int bhl) { in set_offsets() 895 int mi_col, BLOCK_SIZE bsize, int bwl, int bhl) { in decode_block() 995 int mi_col, BLOCK_SIZE bsize, int bwl, int bhl) { in recon_block() 1028 int mi_col, BLOCK_SIZE bsize, int bwl, int bhl) { in parse_block()
|
/external/libaom/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/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/libvpx/libvpx/vpx_dsp/ |
D | avg.c | 370 int vpx_vector_var_c(const int16_t *ref, const int16_t *src, const int bwl) { in vpx_vector_var_c()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | avg_msa.c | 567 int vpx_vector_var_msa(const int16_t *ref, const int16_t *src, const int bwl) { in vpx_vector_var_msa()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 767 const int bwl = b_width_log2_lookup[plane_bsize]; in vp9_encode_block_intra() local
|
D | vp9_mcomp.c | 2055 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match()
|
D | vp9_rdopt.c | 2442 int bwl = b_width_log2_lookup[bsize]; in single_motion_search() local
|