/external/libaom/av1/common/ |
D | txb_common.h | 69 static inline int get_padded_idx(const int idx, const int bhl) { in get_padded_idx() 75 const int bhl) { in get_br_ctx_2d() 91 const int bhl, in get_br_ctx_eob() 105 const int bhl, const TX_CLASS tx_class) { in get_br_ctx() 151 const int bhl, const TX_CLASS tx_class) { in get_nz_mag() 192 const int bhl, const TX_SIZE tx_size, const TX_CLASS tx_class) { in get_nz_map_ctx_from_stats() 229 static inline int get_lower_levels_ctx_eob(int bhl, int width, int scan_idx) { in get_lower_levels_ctx_eob() 237 int bhl, TX_SIZE tx_size) { in get_lower_levels_ctx_2d() 252 int coeff_idx, int bhl, in get_lower_levels_ctx() 261 int bhl, int width, in get_lower_levels_ctx_general()
|
/external/libaom/test/ |
D | encodetxb_test.cc | 69 const int bhl = get_txb_bhl((TX_SIZE)tx_size); in GetNzMapContextsRun() local 105 const int bhl = get_txb_bhl((TX_SIZE)tx_size); in SpeedTestGetNzMapContextsRun() local 148 void InitDataWithEob(const int16_t *const scan, const int bhl, in InitDataWithEob()
|
/external/libaom/av1/encoder/ |
D | txb_rdopt_utils.h | 122 const LV_MAP_COEFF_COST *txb_costs, int bhl, TX_CLASS tx_class, in get_two_coeff_cost_simple() 148 int bhl, TX_CLASS tx_class) { in get_coeff_cost_eob() 170 int bhl, TX_CLASS tx_class, in get_coeff_cost_general()
|
D | txb_rdopt.c | 20 TX_CLASS tx_class, int bhl, int width, int64_t rdmult, int shift, in update_coeff_general() 78 int bhl, int64_t rdmult, int shift, const int16_t *dequant, in update_coeff_simple() 129 int si, TX_SIZE tx_size, TX_CLASS tx_class, int bhl, int width, in update_coeff_eob() 328 const int bhl = get_txb_bhl(tx_size); in av1_optimize_txb() local 465 const int bhl = get_txb_bhl(tx_size); in warehouse_efficients_txb() local
|
D | encodetxb.c | 246 const int coeff_idx, const int bhl, 283 const int bhl = get_txb_bhl(tx_size); local 380 const int bhl = get_txb_bhl(tx_size); local 597 const int bhl = get_txb_bhl(tx_size); local 761 const int bhl = get_txb_bhl(tx_size); local
|
/external/libaom/av1/decoder/ |
D | decodetxb.c | 64 const int16_t *scan, int bhl, in read_coeffs_reverse_2d() 88 int end_si, const int16_t *scan, int bhl, in read_coeffs_reverse() 126 const int bhl = get_txb_bhl(tx_size); in read_coeffs_txb() local
|
/external/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 795 int bhl) { in set_plane_n4() 807 int bwl, int bhl) { in set_offsets_recon() 826 int bh, int x_mis, int y_mis, int bwl, int bhl) { in set_offsets() 914 int mi_col, BLOCK_SIZE bsize, int bwl, int bhl) { in decode_block() 1032 int mi_col, BLOCK_SIZE bsize, int bwl, int bhl) { in recon_block() 1065 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 bhl = get_txb_bhl(tx_size); in av1_get_nz_map_contexts_sse2() local
|
/external/libaom/av1/encoder/arm/ |
D | encodetxb_neon.c | 638 const int bhl = get_txb_bhl(tx_size); in av1_get_nz_map_contexts_neon() local
|
/external/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 2636 int bhl = b_height_log2_lookup[bsize]; in single_motion_search() local
|