/aosp_15_r20/external/libaom/av1/common/ |
H A D | txb_common.h | 92 const TX_CLASS tx_class) { 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() 254 TX_CLASS tx_class) { in get_lower_levels_ctx() 264 TX_CLASS tx_class) { in get_lower_levels_ctx_general()
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | txb_rdopt.c | 19 TX_CLASS tx_class, int bhl, int width, int64_t rdmult, int shift, in update_coeff_general() 76 int *accu_rate, int si, int eob, TX_SIZE tx_size, TX_CLASS tx_class, in update_coeff_simple() 128 int si, TX_SIZE tx_size, TX_CLASS tx_class, int bhl, int width, in update_coeff_eob() 325 const TX_CLASS tx_class = tx_type_to_class[tx_type]; in av1_optimize_txb() local 455 const MACROBLOCKD *const xd, const TX_TYPE tx_type, const TX_CLASS tx_class, in warehouse_efficients_txb() 587 const MACROBLOCKD *const xd, const TX_TYPE tx_type, const TX_CLASS tx_class, in warehouse_efficients_txb_laplacian() 618 const TX_CLASS tx_class = tx_type_to_class[tx_type]; in av1_cost_coeffs_txb() local 654 const TX_CLASS tx_class = tx_type_to_class[tx_type]; in av1_cost_coeffs_txb_laplacian() local
|
H A D | txb_rdopt_utils.h | 67 const LV_MAP_COEFF_COST *txb_costs, TX_CLASS tx_class) { in get_eob_cost() 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()
|
H A D | encodetxb.c | 157 TX_CLASS tx_class, PLANE_TYPE plane, 249 const TX_CLASS tx_class) { 281 const TX_SIZE tx_size, const TX_CLASS tx_class, 320 const TX_CLASS tx_class = tx_type_to_class[tx_type]; local 638 const TX_CLASS tx_class = tx_type_to_class[tx_type]; local 795 const TX_CLASS tx_class = tx_type_to_class[tx_type]; local
|
/aosp_15_r20/external/libaom/test/ |
H A D | encodetxb_test.cc | 67 const TX_CLASS tx_class = tx_type_to_class[tx_type]; in GetNzMapContextsRun() local 111 const TX_CLASS tx_class = tx_type_to_class[tx_type]; in SpeedTestGetNzMapContextsRun() local
|
H A D | scan_test.cc | 110 TX_CLASS tx_class = tx_type_to_class[(TX_TYPE)tx_type]; in TEST() local
|
/aosp_15_r20/external/libaom/av1/decoder/ |
H A D | decodetxb.c | 87 TX_CLASS tx_class, int start_si, in read_coeffs_reverse() 164 const TX_CLASS tx_class = tx_type_to_class[tx_type]; in read_coeffs_txb() local
|
/aosp_15_r20/external/libgav1/src/ |
H A D | reconstruction.cc | 57 const TransformClass tx_class = GetTransformClass(tx_type); in GetNumRows() local
|
/aosp_15_r20/external/libdav1d/src/ |
H A D | recon_tmpl.c | 299 const enum TxClass tx_class, in get_lo_ctx() 407 const enum TxClass tx_class = dav1d_tx_type_class[*txtp]; in decode_coefs() local 461 #define DECODE_COEFS_CLASS(tx_class) \ in decode_coefs() argument
|
/aosp_15_r20/external/libdav1d/tests/checkasm/ |
H A D | itx.c | 143 const enum TxClass tx_class = dav1d_tx_type_class[txtp]; in copy_subcoefs() local
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | encodetxb_sse2.c | 437 const TX_CLASS tx_class, in av1_get_nz_map_contexts_sse2()
|
/aosp_15_r20/external/libaom/av1/encoder/arm/ |
H A D | encodetxb_neon.c | 581 const TX_CLASS tx_class, in av1_get_nz_map_contexts_neon()
|
/aosp_15_r20/external/libgav1/src/tile/ |
H A D | tile.cc | 397 TransformClass tx_class) { in GetCoeffBaseRangeContextEob() 1410 const TransformClass tx_class = GetTransformClass(*tx_type); in ReadTransformCoefficients() local
|