Home
last modified time | relevance | path

Searched defs:bwl (Results 1 – 17 of 17) sorted by relevance

/external/libaom/libaom/av1/common/
Dtxb_common.h77 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/
Dencodetxb_test.cc70 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/
Ddecodetxb.c64 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/
Dencodetxb.h37 int bwl; member
Dencodetxb.c354 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 …]
Dmcomp.c2100 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match()
Drdopt.c7107 int bwl = mi_size_wide_log2[bsize]; in single_motion_search() local
/external/libvpx/libvpx/vpx_dsp/arm/
Davg_neon.c148 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/
Davg.c213 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/
Dvp9_decodeframe.c775 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/
Dencodetxb_sse2.c497 const int bwl = get_txb_bwl(tx_size); in av1_get_nz_map_contexts_sse2() local
/external/libvpx/libvpx/vpx_dsp/x86/
Davg_intrin_sse2.c536 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/
Davg.c370 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/
Davg_msa.c567 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/
Dvp9_encodemb.c767 const int bwl = b_width_log2_lookup[plane_bsize]; in vp9_encode_block_intra() local
Dvp9_mcomp.c2055 static int vector_match(int16_t *ref, int16_t *src, int bwl) { in vector_match()
Dvp9_rdopt.c2442 int bwl = b_width_log2_lookup[bsize]; in single_motion_search() local