Home
last modified time | relevance | path

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

1234

/external/libaom/libaom/av1/common/arm/
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()
/external/libaom/libaom/av1/common/
Dtxb_common.h58 static INLINE int get_txb_bwl(TX_SIZE tx_size) { in get_txb_bwl()
63 static INLINE int get_txb_wide(TX_SIZE tx_size) { in get_txb_wide()
68 static INLINE int get_txb_high(TX_SIZE tx_size) { in get_txb_high()
264 const int bwl, const TX_SIZE tx_size, const TX_CLASS tx_class) { in get_nz_map_ctx_from_stats()
309 int bwl, TX_SIZE tx_size) { in get_lower_levels_ctx_2d()
325 TX_SIZE tx_size, in get_lower_levels_ctx()
335 int coeff_idx, TX_SIZE tx_size, in get_lower_levels_ctx_general()
354 const TX_SIZE tx_size, const int plane, in get_txb_ctx()
Dscan.h42 static INLINE const SCAN_ORDER *get_default_scan(TX_SIZE tx_size, in get_default_scan()
47 static INLINE const SCAN_ORDER *get_scan(TX_SIZE tx_size, TX_TYPE tx_type) { in get_scan()
Dcfl.c66 TX_SIZE tx_size, CFL_PRED_TYPE pred_plane) { in cfl_load_dc_pred()
190 TX_SIZE tx_size, int plane) { in cfl_predict_block()
315 static INLINE cfl_subsample_lbd_fn cfl_subsampling_lbd(TX_SIZE tx_size, in cfl_subsampling_lbd()
327 int row, int col, TX_SIZE tx_size, int use_hbd) { in cfl_store()
361 cfl_subsampling_hbd(tx_size, sub_x, sub_y)(CONVERT_TO_SHORTPTR(input), in cfl_store() local
364 cfl_subsampling_lbd(tx_size, sub_x, sub_y)(input, input_stride, in cfl_store() local
369 cfl_subsampling_lbd(tx_size, sub_x, sub_y)(input, input_stride, recon_buf_q3); in cfl_store() local
391 void cfl_store_tx(MACROBLOCKD *const xd, int row, int col, TX_SIZE tx_size, in cfl_store_tx()
408 TX_SIZE tx_size) { in max_intra_block_width()
416 TX_SIZE tx_size) { in max_intra_block_height()
[all …]
Dquant_common.c235 int plane, TX_SIZE tx_size) { in av1_iqmatrix()
241 int plane, TX_SIZE tx_size) { in av1_qmatrix()
253 TX_SIZE tx_size, TX_TYPE tx_type) { in av1_get_iqmatrix()
266 TX_SIZE tx_size, TX_TYPE tx_type) { in av1_get_qmatrix()
Dav1_txfm.h133 TX_SIZE tx_size; member
220 static INLINE int get_txw_idx(TX_SIZE tx_size) { in get_txw_idx()
223 static INLINE int get_txh_idx(TX_SIZE tx_size) { in get_txh_idx()
Didct.c24 int av1_get_tx_scale(const TX_SIZE tx_size) { in av1_get_tx_scale()
198 static void init_txfm_param(const MACROBLOCKD *xd, int plane, TX_SIZE tx_size, in init_txfm_param()
215 const TX_SIZE tx_size = txfm_param->tx_size; in av1_highbd_inv_txfm_add_c() local
283 const TX_SIZE tx_size = txfm_param->tx_size; in av1_inv_txfm_add_c() local
306 TX_TYPE tx_type, TX_SIZE tx_size, uint8_t *dst, in av1_inverse_transform_block()
Dblockd.h247 TX_SIZE tx_size; member
740 static INLINE int is_rect_tx(TX_SIZE tx_size) { return tx_size >= TX_SIZES; } in is_rect_tx()
790 static INLINE TxSetType av1_get_ext_tx_set_type(TX_SIZE tx_size, int is_inter, in av1_get_ext_tx_set_type()
810 static INLINE int get_ext_tx_set(TX_SIZE tx_size, int is_inter, in get_ext_tx_set()
817 static INLINE int get_ext_tx_types(TX_SIZE tx_size, int is_inter, in get_ext_tx_types()
844 static INLINE int av1_block_index_to_raster_order(TX_SIZE tx_size, in av1_block_index_to_raster_order()
856 static INLINE int av1_raster_order_to_block_index(TX_SIZE tx_size, in av1_raster_order_to_block_index()
865 TX_SIZE tx_size, in get_default_tx_type()
949 int blk_col, TX_SIZE tx_size, in update_txk_array()
973 int blk_col, TX_SIZE tx_size, in av1_get_tx_type()
[all …]
Dav1_loopfilter.c199 TX_SIZE tx_size = in get_transform_size() local
366 TX_SIZE tx_size; in av1_filter_block_plane_vert() local
479 TX_SIZE tx_size; in av1_filter_block_plane_horz() local
597 TX_SIZE tx_size; in av1_filter_block_plane_vert_test() local
639 TX_SIZE tx_size; in av1_filter_block_plane_horz_test() local
/external/libaom/libaom/test/
Dtest_intra_pred_speed.cc99 void CheckMd5Signature(TX_SIZE tx_size, bool is_hbd, in CheckMd5Signature()
118 void TestIntraPred(TX_SIZE tx_size, AvxPredFunc const *pred_funcs, in TestIntraPred()
404 #define INTRA_PRED_TEST(arch, tx_size, dc, dc_left, dc_top, dc_128, v, h, \ argument
893 void TestHighbdIntraPred(TX_SIZE tx_size, AvxHighbdPredFunc const *pred_funcs, in TestHighbdIntraPred()
1177 #define HIGHBD_INTRA_PRED_TEST(arch, tx_size, dc, dc_left, dc_top, dc_128, v, \ argument
Dav1_fwd_txfm2d_test.cc190 const TX_SIZE tx_size = static_cast<TX_SIZE>(s); in GetTxfm2dParamList() local
210 for (int tx_size = 0; tx_size < TX_SIZES_ALL; ++tx_size) { in TEST() local
237 void AV1FwdTxfm2dMatchTest(TX_SIZE tx_size, lowbd_fwd_txfm_func target_func) { in AV1FwdTxfm2dMatchTest()
292 void AV1FwdTxfm2dSpeedTest(TX_SIZE tx_size, lowbd_fwd_txfm_func target_func) { in AV1FwdTxfm2dSpeedTest()
424 void AV1HighbdFwdTxfm2dMatchTest(TX_SIZE tx_size, in AV1HighbdFwdTxfm2dMatchTest()
483 void AV1HighbdFwdTxfm2dSpeedTest(TX_SIZE tx_size, in AV1HighbdFwdTxfm2dSpeedTest()
Dencodetxb_test.cc70 for (int tx_size = TX_4X4; tx_size < TX_SIZES_ALL; ++tx_size) { in GetNzMapContextsRun() local
105 for (int tx_size = TX_4X4; tx_size < TX_SIZES_ALL; ++tx_size) { in SpeedTestGetNzMapContextsRun() local
200 int tx_size, int is_speed) { in RunTest()
Dav1_inv_txfm2d_test.cc220 const TxSize tx_size = static_cast<TxSize>(s); in GetInvTxfm2dParamList() local
240 for (int tx_size = 0; tx_size < TX_SIZES_ALL; ++tx_size) { in TEST() local
276 void AV1LbdInvTxfm2d::RunAV1InvTxfm2dTest(TxType tx_type, TxSize tx_size, in RunAV1InvTxfm2dTest()
/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_ssse3.h183 TX_SIZE tx_size, int eob) { in get_eobx_eoby_scan_default()
203 TX_SIZE tx_size, int eob) { in get_eobx_eoby_scan_h_identity()
214 TX_SIZE tx_size, int eob) { in get_eobx_eoby_scan_v_identity()
/external/libaom/libaom/av1/encoder/
Dencodemb.c56 int blk_col, int blk_row, TX_SIZE tx_size) { in av1_subtract_txb()
86 int block, TX_SIZE tx_size, TX_TYPE tx_type, in av1_optimize_b()
134 void av1_dropout_qcoeff(MACROBLOCK *mb, int plane, int block, TX_SIZE tx_size, in av1_dropout_qcoeff()
310 void av1_setup_xform(const AV1_COMMON *cm, MACROBLOCK *x, TX_SIZE tx_size, in av1_setup_xform()
324 void av1_setup_quant(TX_SIZE tx_size, int use_optimize_b, int xform_quant_idx, in av1_setup_quant()
342 const MACROBLOCKD *xd, int plane, TX_SIZE tx_size, in av1_setup_qmatrix()
350 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg, in encode_block()
460 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in encode_block_inter()
518 const TX_SIZE tx_size = av1_get_tx_size(plane, xd); in av1_foreach_transformed_block_in_plane() local
559 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in encode_block_pass1()
[all …]
Dtokenize.c94 BLOCK_SIZE bsize, TX_SIZE tx_size, in get_color_map_params()
106 TX_SIZE tx_size, COLOR_MAP_TYPE type) { in av1_cost_color_map()
117 TOKENEXTRA **t, BLOCK_SIZE bsize, TX_SIZE tx_size, in av1_tokenize_color_map()
133 static void tokenize_vartx(ThreadData *td, TX_SIZE tx_size, in tokenize_vartx()
Dtx_search.h37 TX_SIZE tx_size) { in tx_size_cost()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c65 int vp9_optimize_b(MACROBLOCK *mb, int plane, int block, TX_SIZE tx_size, in vp9_optimize_b()
349 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant_fp()
428 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant_dc()
501 BLOCK_SIZE plane_bsize, TX_SIZE tx_size) { in vp9_xform_quant()
584 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, void *arg) { in encode_block()
737 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in encode_block_pass1()
792 const TX_SIZE tx_size = plane ? get_uv_tx_size(mi, pd) : mi->tx_size; in vp9_encode_sb() local
808 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, in vp9_encode_block_intra()
1056 const TX_SIZE tx_size = in vp9_encode_intra_block_plane() local
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()
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.c45 const TX_SIZE tx_size = plane ? get_uv_tx_size(mi, pd) : mi->tx_size; in vp9_foreach_transformed_block_in_plane() local
88 BLOCK_SIZE plane_bsize, TX_SIZE tx_size, int has_eob, in vp9_set_contexts()
Dvp9_entropy.h132 static INLINE const uint8_t *get_band_translate(TX_SIZE tx_size) { in get_band_translate()
166 static INLINE int get_entropy_context(TX_SIZE tx_size, const ENTROPY_CONTEXT *a, in get_entropy_context()
Dvp9_reconintra.c115 int dst_stride, PREDICTION_MODE mode, TX_SIZE tx_size, int up_available, in build_intra_predictors_high()
265 PREDICTION_MODE mode, TX_SIZE tx_size, in build_intra_predictors()
405 void vp9_predict_intra_block(const MACROBLOCKD *xd, int bwl_in, TX_SIZE tx_size, in vp9_predict_intra_block()
Dvp9_scan.h42 static INLINE const scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, in get_scan()
/external/libaom/libaom/av1/decoder/
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 av1_read_coeffs_txb()
326 const TX_SIZE tx_size) { in av1_read_coeffs_txb_facade()
/external/libgav1/libgav1/src/tile/bitstream/
Dtransform_size.cc124 TransformSize tx_size = max_rect_tx_size; in ReadFixedTransformSize() local
132 int column4x4, TransformSize tx_size) { in ReadVariableTransformTree()

1234