Home
last modified time | relevance | path

Searched defs:tx_size (Results 1 – 25 of 134) sorted by relevance

123456

/aosp_15_r20/external/libaom/test/
H A Dencodemb_test.cc25 void ToScanOrder(TX_SIZE tx_size, TX_TYPE tx_type, tran_low_t *qcoeff_lexico, in ToScanOrder()
36 void ToLexicoOrder(TX_SIZE tx_size, TX_TYPE tx_type, tran_low_t *qcoeff_scan, in ToLexicoOrder()
46 void Dropout(TX_SIZE tx_size, TX_TYPE tx_type, int dropout_num_before, in Dropout()
100 const TX_SIZE tx_size = TX_8X4; in TEST() local
116 const TX_SIZE tx_size = TX_8X4; in TEST() local
132 const TX_SIZE tx_size = TX_8X4; in TEST() local
151 const TX_SIZE tx_size = TX_8X4; in TEST() local
168 const TX_SIZE tx_size = TX_8X4; in TEST() local
188 const TX_SIZE tx_size = TX_8X4; in TEST() local
204 const TX_SIZE tx_size = TX_8X4; in TEST() local
[all …]
H A Dav1_fwd_txfm2d_test.cc196 const TX_SIZE tx_size = static_cast<TX_SIZE>(s); in GetTxfm2dParamList() local
216 for (int tx_size = 0; tx_size < TX_SIZES_ALL; ++tx_size) { in TEST() local
243 void AV1FwdTxfm2dMatchTest(TX_SIZE tx_size, lowbd_fwd_txfm_func target_func) { in AV1FwdTxfm2dMatchTest()
299 void AV1FwdTxfm2dSpeedTest(TX_SIZE tx_size, lowbd_fwd_txfm_func target_func) { in AV1FwdTxfm2dSpeedTest()
382 TX_SIZE tx_size = tx_size_list[i]; in TEST() local
418 TX_SIZE tx_size = tx_size_list[i]; in TEST() local
515 void AV1HighbdFwdTxfm2dMatchTest(TX_SIZE tx_size, in AV1HighbdFwdTxfm2dMatchTest()
575 void AV1HighbdFwdTxfm2dSpeedTest(TX_SIZE tx_size, in AV1HighbdFwdTxfm2dSpeedTest()
H A Dtest_intra_pred_speed.cc98 void CheckMd5Signature(TX_SIZE tx_size, bool is_hbd, in CheckMd5Signature()
117 void TestIntraPred(TX_SIZE tx_size, AvxPredFunc const *pred_funcs, in TestIntraPred()
402 #define INTRA_PRED_TEST(arch, tx_size, dc, dc_left, dc_top, dc_128, v, h, \ argument
1016 void TestHighbdIntraPred(TX_SIZE tx_size, AvxHighbdPredFunc const *pred_funcs, in TestHighbdIntraPred()
1299 #define HIGHBD_INTRA_PRED_TEST(arch, tx_size, dc, dc_left, dc_top, dc_128, v, \ argument
/aosp_15_r20/external/libaom/av1/common/
H A Dtxb_common.h50 static inline int get_txb_bhl(TX_SIZE tx_size) { in get_txb_bhl()
55 static inline int get_txb_wide(TX_SIZE tx_size) { in get_txb_wide()
60 static inline int get_txb_high(TX_SIZE tx_size) { in get_txb_high()
192 const int bhl, const TX_SIZE tx_size, const TX_CLASS tx_class) { in get_nz_map_ctx_from_stats()
237 int bhl, TX_SIZE tx_size) { in get_lower_levels_ctx_2d()
253 TX_SIZE tx_size, in get_lower_levels_ctx()
263 int coeff_idx, TX_SIZE tx_size, in get_lower_levels_ctx_general()
282 const TX_SIZE tx_size, const int plane, in get_txb_ctx_general()
447 const TX_SIZE tx_size, const int plane, in get_txb_ctx()
H A Dcfl.c64 TX_SIZE tx_size, CFL_PRED_TYPE pred_plane) { in cfl_load_dc_pred()
189 TX_SIZE tx_size, int plane) { in av1_cfl_predict_block()
314 static inline cfl_subsample_lbd_fn cfl_subsampling_lbd(TX_SIZE tx_size, in cfl_subsampling_lbd()
326 int row, int col, TX_SIZE tx_size, int use_hbd) { in cfl_store()
360 cfl_subsampling_hbd(tx_size, sub_x, sub_y)(CONVERT_TO_SHORTPTR(input), in cfl_store() local
363 cfl_subsampling_lbd(tx_size, sub_x, sub_y)(input, input_stride, in cfl_store() local
368 cfl_subsampling_lbd(tx_size, sub_x, sub_y)(input, input_stride, recon_buf_q3); in cfl_store() local
390 void cfl_store_tx(MACROBLOCKD *const xd, int row, int col, TX_SIZE tx_size, in cfl_store_tx()
407 TX_SIZE tx_size) { in max_intra_block_width()
415 TX_SIZE tx_size) { in max_intra_block_height()
[all …]
H A Dav1_loopfilter.c203 TX_SIZE tx_size = (plane == AOM_PLANE_Y) in get_transform_size() local
647 AV1_DEBLOCKING_PARAMETERS *const params, TX_SIZE *tx_size, in set_one_param_for_line_luma()
737 TX_SIZE *tx_size = tx_buf; in set_lpf_parameters_for_line_luma() local
770 AV1_DEBLOCKING_PARAMETERS *const params, TX_SIZE *tx_size, in set_one_param_for_line_chroma()
871 TX_SIZE *tx_size = tx_buf; in set_lpf_parameters_for_line_chroma() local
1332 TX_SIZE tx_size; in av1_filter_block_plane_vert() local
1387 TX_SIZE *tx_size = tx_buf; in av1_filter_block_plane_vert_opt() local
1457 TX_SIZE *tx_size = tx_buf; in av1_filter_block_plane_vert_opt_chroma() local
1933 TX_SIZE tx_size; in av1_filter_block_plane_horz() local
1983 TX_SIZE *tx_size = tx_buf; in av1_filter_block_plane_horz_opt() local
[all …]
H A Dblockd.h290 TX_SIZE tx_size; member
1025 static inline int is_rect_tx(TX_SIZE tx_size) { return tx_size >= TX_SIZES; } in is_rect_tx()
1097 static inline TxSetType av1_get_ext_tx_set_type(TX_SIZE tx_size, int is_inter, in av1_get_ext_tx_set_type()
1117 static inline int get_ext_tx_set(TX_SIZE tx_size, int is_inter, in get_ext_tx_set()
1124 static inline int get_ext_tx_types(TX_SIZE tx_size, int is_inter, in get_ext_tx_types()
1151 static inline int av1_block_index_to_raster_order(TX_SIZE tx_size, in av1_block_index_to_raster_order()
1163 static inline int av1_raster_order_to_block_index(TX_SIZE tx_size, in av1_raster_order_to_block_index()
1172 TX_SIZE tx_size, in get_default_tx_type()
1256 int blk_col, TX_SIZE tx_size, in update_txk_array()
1280 int blk_col, TX_SIZE tx_size, in av1_get_tx_type()
[all …]
H A Didct.c24 int av1_get_tx_scale(const TX_SIZE tx_size) { in av1_get_tx_scale()
213 static void init_txfm_param(const MACROBLOCKD *xd, int plane, TX_SIZE tx_size, in init_txfm_param()
230 const TX_SIZE tx_size = txfm_param->tx_size; in av1_highbd_inv_txfm_add_c() local
298 const TX_SIZE tx_size = txfm_param->tx_size; in av1_inv_txfm_add_c() local
321 TX_TYPE tx_type, TX_SIZE tx_size, uint8_t *dst, in av1_inverse_transform_block()
H A Dreconintra.c640 static void dr_predictor(uint8_t *dst, ptrdiff_t stride, TX_SIZE tx_size, in dr_predictor()
780 TX_SIZE tx_size, const uint16_t *above, in highbd_dr_predictor()
861 TX_SIZE tx_size, const uint8_t *above, in av1_filter_intra_predictor_c()
909 TX_SIZE tx_size, in highbd_filter_intra_predictor()
1087 TX_SIZE tx_size, int disable_edge_filter, int n_top_px, int n_topright_px, in build_directional_and_filter_intra_predictors()
1250 PREDICTION_MODE mode, TX_SIZE tx_size, int n_top_px, int n_left_px) { in build_non_directional_intra_predictors()
1387 TX_SIZE tx_size, int disable_edge_filter, int n_top_px, int n_topright_px, in highbd_build_directional_and_filter_intra_predictors()
1556 PREDICTION_MODE mode, TX_SIZE tx_size, int n_top_px, int n_left_px, in highbd_build_non_directional_intra_predictors()
1690 TX_SIZE tx_size, PREDICTION_MODE mode, in av1_predict_intra_block()
1838 TX_SIZE tx_size) { in av1_predict_intra_block_facade()
H A Dquant_common.c240 int plane, TX_SIZE tx_size) { in av1_qmatrix()
252 TX_SIZE tx_size, TX_TYPE tx_type) { in av1_get_iqmatrix()
265 TX_SIZE tx_size, TX_TYPE tx_type) { in av1_get_qmatrix()
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dinverse_transform_10bit_neon.cc2034 void Dct4TransformLoopRow_NEON(TransformType /*tx_type*/, TransformSize tx_size, in Dct4TransformLoopRow_NEON()
2062 void Dct4TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct4TransformLoopColumn_NEON()
2090 void Dct8TransformLoopRow_NEON(TransformType /*tx_type*/, TransformSize tx_size, in Dct8TransformLoopRow_NEON()
2117 void Dct8TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct8TransformLoopColumn_NEON()
2145 TransformSize tx_size, int adjusted_tx_height, in Dct16TransformLoopRow_NEON()
2171 void Dct16TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct16TransformLoopColumn_NEON()
2199 TransformSize tx_size, int adjusted_tx_height, in Dct32TransformLoopRow_NEON()
2225 void Dct32TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct32TransformLoopColumn_NEON()
2252 TransformSize tx_size, int adjusted_tx_height, in Dct64TransformLoopRow_NEON()
2278 void Dct64TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct64TransformLoopColumn_NEON()
[all …]
H A Dinverse_transform_neon.cc2350 void Dct4TransformLoopRow_NEON(TransformType /*tx_type*/, TransformSize tx_size, in Dct4TransformLoopRow_NEON()
2386 void Dct4TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct4TransformLoopColumn_NEON()
2419 void Dct8TransformLoopRow_NEON(TransformType /*tx_type*/, TransformSize tx_size, in Dct8TransformLoopRow_NEON()
2455 void Dct8TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct8TransformLoopColumn_NEON()
2488 TransformSize tx_size, int adjusted_tx_height, in Dct16TransformLoopRow_NEON()
2519 void Dct16TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct16TransformLoopColumn_NEON()
2553 TransformSize tx_size, int adjusted_tx_height, in Dct32TransformLoopRow_NEON()
2575 void Dct32TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct32TransformLoopColumn_NEON()
2598 TransformSize tx_size, int adjusted_tx_height, in Dct64TransformLoopRow_NEON()
2620 void Dct64TransformLoopColumn_NEON(TransformType tx_type, TransformSize tx_size, in Dct64TransformLoopColumn_NEON()
[all …]
/aosp_15_r20/external/libaom/av1/encoder/
H A Dencodemb.c56 int blk_col, int blk_row, TX_SIZE tx_size) { in av1_subtract_txb()
88 int block, TX_SIZE tx_size, TX_TYPE tx_type, in av1_optimize_b()
143 void av1_dropout_qcoeff(MACROBLOCK *mb, int plane, int block, TX_SIZE tx_size, in av1_dropout_qcoeff()
169 TX_SIZE tx_size, TX_TYPE tx_type, in av1_dropout_qcoeff_num()
351 void av1_setup_xform(const AV1_COMMON *cm, MACROBLOCK *x, TX_SIZE tx_size, in av1_setup_xform()
365 void av1_setup_quant(TX_SIZE tx_size, int use_optimize_b, int xform_quant_idx, in av1_setup_quant()
383 const MACROBLOCKD *xd, int plane, TX_SIZE tx_size, in av1_setup_qmatrix()
391 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg, in encode_block()
509 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in encode_block_inter()
569 const TX_SIZE tx_size = av1_get_tx_size(plane, xd); in av1_foreach_transformed_block_in_plane() local
[all …]
H A Dtxb_rdopt.c18 int *accu_rate, int64_t *accu_dist, int si, int eob, TX_SIZE tx_size, 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()
263 int plane, TX_SIZE tx_size, TX_TYPE tx_type, in get_tx_type_cost()
296 int block, TX_SIZE tx_size, TX_TYPE tx_type, in av1_optimize_txb()
452 const TX_SIZE tx_size, const TXB_CTX *const txb_ctx, in warehouse_efficients_txb()
547 const int block, const TX_SIZE tx_size, in av1_cost_coeffs_txb_estimate()
585 const TX_SIZE tx_size, const TXB_CTX *const txb_ctx, const int eob, in warehouse_efficients_txb_laplacian()
605 const TX_SIZE tx_size, const TX_TYPE tx_type, in av1_cost_coeffs_txb()
626 const int block, const TX_SIZE tx_size, in av1_cost_coeffs_txb_laplacian()
H A Dtx_search.c246 const TX_SIZE tx_size = max_txsize_rect_lookup[bsize]; in set_skip_txfm() local
537 int blk_row, int blk_col, BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in PrintTransformUnitStats()
853 const TX_SIZE tx_size = av1_get_tx_size(plane, xd); in inverse_transform_block_facade() local
866 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in recon_intra()
967 TX_SIZE tx_size) { in dist_block_px_domain()
1073 TX_SIZE tx_size, in dist_block_tx_domain()
1111 const AV1_COMP *cpi, MACROBLOCK *x, int plane, int block, TX_SIZE tx_size, in prune_txk_type_separ()
1255 int block, TX_SIZE tx_size, int blk_row, in prune_txk_type()
1386 TX_SIZE tx_size, TxSetType tx_set_type, in get_adaptive_thresholds()
1478 static void prune_tx_2D(MACROBLOCK *x, BLOCK_SIZE bsize, TX_SIZE tx_size, in prune_tx_2D()
[all …]
H A Dencodetxb.c156 static void update_eob_context(int cdf_idx, int eob, TX_SIZE tx_size,
248 const int is_eob, const TX_SIZE tx_size,
281 const TX_SIZE tx_size, const TX_CLASS tx_class,
294 int block, TX_SIZE tx_size) {
451 const TX_SIZE tx_size = av1_get_tx_size(plane, xd); local
494 int plane, TX_SIZE tx_size,
572 TX_SIZE tx_size, void *arg) {
733 BLOCK_SIZE plane_bsize, TX_SIZE tx_size,
/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dinverse_transform_sse4.cc2234 TransformSize tx_size, int adjusted_tx_height, in Dct4TransformLoopRow_SSE4_1()
2269 TransformSize tx_size, in Dct4TransformLoopColumn_SSE4_1()
2301 TransformSize tx_size, int adjusted_tx_height, in Dct8TransformLoopRow_SSE4_1()
2334 TransformSize tx_size, in Dct8TransformLoopColumn_SSE4_1()
2365 TransformSize tx_size, int adjusted_tx_height, in Dct16TransformLoopRow_SSE4_1()
2397 TransformSize tx_size, in Dct16TransformLoopColumn_SSE4_1()
2428 TransformSize tx_size, int adjusted_tx_height, in Dct32TransformLoopRow_SSE4_1()
2453 TransformSize tx_size, in Dct32TransformLoopColumn_SSE4_1()
2474 TransformSize tx_size, int adjusted_tx_height, in Dct64TransformLoopRow_SSE4_1()
2499 TransformSize tx_size, in Dct64TransformLoopColumn_SSE4_1()
[all …]
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_encodemb.c66 int vp9_optimize_b(MACROBLOCK *mb, int plane, int block, TX_SIZE tx_size, in vp9_optimize_b()
350 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant_fp()
421 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant_dc()
490 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant()
560 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) { in encode_block()
713 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in encode_block_pass1()
781 const TX_SIZE tx_size = plane ? get_uv_tx_size(mi, pd) : mi->tx_size; in vp9_encode_sb() local
797 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in vp9_encode_block_intra()
1052 const TX_SIZE tx_size = in vp9_encode_intra_block_plane() local
H A Dvp9_tokenize.c318 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in set_entropy_context_b()
349 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) { in tokenize_b()
426 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *argv) { in is_skippable()
447 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in has_high_freq_coeff()
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dav1_inv_txfm_neon.h120 TX_SIZE tx_size, int eob) { in get_eobx_eoby_scan_default()
135 TX_SIZE tx_size, int eob) { in get_eobx_eoby_scan_v_identity()
144 TX_SIZE tx_size, int eob) { in get_eobx_eoby_scan_h_identity()
H A Dav1_inv_txfm_neon.c3576 TX_SIZE tx_size, int eob) { in lowbd_inv_txfm2d_add_idtx_neon()
3629 TX_SIZE tx_size, int eob) { in lowbd_inv_txfm2d_add_v_identity_neon()
3696 TX_SIZE tx_size, int eob) { in lowbd_inv_txfm2d_add_h_identity_neon()
3756 TX_SIZE tx_size = TX_4X4; in lowbd_inv_txfm2d_add_4x4_neon() local
3820 TX_SIZE tx_size = TX_4X8; in lowbd_inv_txfm2d_add_4x8_neon() local
3886 TX_SIZE tx_size = TX_8X4; in lowbd_inv_txfm2d_add_8x4_neon() local
3952 TX_SIZE tx_size = TX_4X16; in lowbd_inv_txfm2d_add_4x16_neon() local
4017 TX_SIZE tx_size = TX_16X4; in lowbd_inv_txfm2d_add_16x4_neon() local
4080 TX_SIZE tx_size, int eob) { in lowbd_inv_txfm2d_add_no_identity_neon()
4152 TX_SIZE tx_size, int eob) { in lowbd_inv_txfm2d_add_universe_neon()
[all …]
/aosp_15_r20/external/libgav1/src/tile/
H A Dtile.cc383 int GetCoeffBaseContextEob(TransformSize tx_size, int index) { in GetCoeffBaseContextEob()
942 TransformSize tx_size, int x4, int y4, in GetTransformAllZeroContext()
992 TransformSet Tile::GetTransformSet(TransformSize tx_size, bool is_inter) const { in GetTransformSet()
1013 TransformSize tx_size, int block_x, in ComputeTransformType()
1041 TransformSize tx_size) { in ReadTransformType()
1100 const uint16_t* scan, TransformSize tx_size, int adjusted_tx_width_log2, in ReadCoeffBase2D()
1366 TransformSize tx_size, in ReadTransformCoefficients()
1569 int base_y, TransformSize tx_size, int x, int y, in TransformBlock()
1732 int start_y, TransformSize tx_size, in ReconstructBlock()
1778 const TransformSize tx_size = in Residual() local
[all …]
/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecodetxb.c62 static inline void read_coeffs_reverse_2d(aom_reader *r, TX_SIZE tx_size, in read_coeffs_reverse_2d()
86 static inline void read_coeffs_reverse(aom_reader *r, TX_SIZE tx_size, in read_coeffs_reverse()
114 const TX_SIZE tx_size) { in read_coeffs_txb()
327 const int col, const TX_SIZE tx_size) { in av1_read_coeffs_txb()
/aosp_15_r20/external/libaom/av1/common/x86/
H A Dav1_inv_txfm_ssse3.h182 TX_SIZE tx_size, int eob) { in get_eobx_eoby_scan_default()
202 TX_SIZE tx_size, int eob) { in get_eobx_eoby_scan_h_identity()
213 TX_SIZE tx_size, int eob) { in get_eobx_eoby_scan_v_identity()
/aosp_15_r20/external/libgav1/src/dsp/
H A Dintrapred_cfl_test.cc459 const char* GetCflIntraPredDigest8bpp(TransformSize tx_size) { in GetCflIntraPredDigest8bpp()
533 const char* GetCflSubsamplerDigest8bpp(TransformSize tx_size, in GetCflSubsamplerDigest8bpp()
660 const char* GetCflIntraPredDigest10bpp(TransformSize tx_size) { in GetCflIntraPredDigest10bpp()
734 const char* GetCflSubsamplerDigest10bpp(TransformSize tx_size, in GetCflSubsamplerDigest10bpp()
862 const char* GetCflIntraPredDigest12bpp(TransformSize tx_size) { in GetCflIntraPredDigest12bpp()
936 const char* GetCflSubsamplerDigest12bpp(TransformSize tx_size, in GetCflSubsamplerDigest12bpp()
1163 static std::ostream& operator<<(std::ostream& os, const TransformSize tx_size) { in operator <<()

123456