/external/libaom/test/ |
D | encodemb_test.cc | 25 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 …]
|
D | test_intra_pred_speed.cc | 98 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
|
D | av1_fwd_txfm2d_test.cc | 196 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()
|
D | encodetxb_test.cc | 68 for (int tx_size = TX_4X4; tx_size < TX_SIZES_ALL; ++tx_size) { in GetNzMapContextsRun() local 104 for (int tx_size = TX_4X4; tx_size < TX_SIZES_ALL; ++tx_size) { in SpeedTestGetNzMapContextsRun() local 220 int tx_size, int is_speed) { in RunTest()
|
/external/libaom/av1/common/ |
D | txb_common.h | 50 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()
|
D | cfl.c | 64 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 …]
|
D | scan.h | 41 static inline const SCAN_ORDER *get_default_scan(TX_SIZE tx_size, in get_default_scan() 46 static inline const SCAN_ORDER *get_scan(TX_SIZE tx_size, TX_TYPE tx_type) { in get_scan()
|
D | av1_loopfilter.c | 203 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 …]
|
D | idct.c | 24 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()
|
D | av1_txfm.h | 155 TX_SIZE tx_size; member 242 static inline int get_txw_idx(TX_SIZE tx_size) { in get_txw_idx() 245 static inline int get_txh_idx(TX_SIZE tx_size) { in get_txh_idx()
|
/external/libaom/av1/common/arm/ |
D | av1_inv_txfm_neon.h | 120 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/av1/common/x86/ |
D | av1_inv_txfm_ssse3.h | 182 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()
|
/external/libaom/av1/encoder/ |
D | encodemb.c | 56 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 …]
|
D | txb_rdopt.c | 19 int *accu_rate, int64_t *accu_dist, int si, int eob, TX_SIZE tx_size, in update_coeff_general() 77 int *accu_rate, int si, int eob, TX_SIZE tx_size, TX_CLASS tx_class, in update_coeff_simple() 129 int si, TX_SIZE tx_size, TX_CLASS tx_class, int bhl, int width, in update_coeff_eob() 264 int plane, TX_SIZE tx_size, TX_TYPE tx_type, in get_tx_type_cost() 297 int block, TX_SIZE tx_size, TX_TYPE tx_type, in av1_optimize_txb() 458 const TX_SIZE tx_size, const TXB_CTX *const txb_ctx, in warehouse_efficients_txb() 582 const int block, const TX_SIZE tx_size, in av1_cost_coeffs_txb_estimate() 620 const TX_SIZE tx_size, const TXB_CTX *const txb_ctx, const int eob, in warehouse_efficients_txb_laplacian() 640 const TX_SIZE tx_size, const TX_TYPE tx_type, in av1_cost_coeffs_txb() 661 const int block, const TX_SIZE tx_size, in av1_cost_coeffs_txb_laplacian()
|
D | encodetxb.c | 156 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,
|
/external/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 66 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
|
D | vp9_tokenize.c | 318 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/libgav1/src/dsp/arm/ |
D | inverse_transform_10bit_neon.cc | 2034 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 …]
|
D | inverse_transform_neon.cc | 2350 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 …]
|
/external/libgav1/src/dsp/x86/ |
D | inverse_transform_sse4.cc | 2234 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 …]
|
/external/libaom/av1/decoder/ |
D | decodetxb.c | 62 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()
|
/external/libvpx/vp9/common/ |
D | vp9_reconintra.c | 115 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()
|
D | vp9_entropy.h | 132 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()
|
D | vp9_blockd.c | 45 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()
|
/external/libgav1/src/dsp/ |
D | intrapred_filter_test.cc | 279 const char* const* GetFilterIntraPredDigests8bpp(TransformSize tx_size) { in GetFilterIntraPredDigests8bpp() 404 const char* const* GetFilterIntraPredDigests10bpp(TransformSize tx_size) { in GetFilterIntraPredDigests10bpp() 529 const char* const* GetFilterIntraPredDigests12bpp(TransformSize tx_size) { in GetFilterIntraPredDigests12bpp() 687 static std::ostream& operator<<(std::ostream& os, const TransformSize tx_size) { in operator <<()
|