/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.h | 48 int row_mt; member
|
D | vp9_dx_iface.c | 270 RANGE_CHECK(ctx, row_mt, 0, 1); in init_decoder() 271 ctx->pbi->row_mt = ctx->row_mt; in init_decoder() 659 ctx->row_mt = va_arg(args, int); in ctrl_set_row_mt()
|
D | vp9_cx_iface.c | 55 unsigned int row_mt; member 250 RANGE_CHECK(extra_cfg, row_mt, 0, 1); in validate_config() 576 oxcf->row_mt = extra_cfg->row_mt; in set_encoder_config() 872 extra_cfg.row_mt = CAST(VP9E_SET_ROW_MT, args); in ctrl_set_row_mt()
|
/external/libaom/libaom/av1/ |
D | av1_dx_iface.c | 55 unsigned int row_mt; member 110 priv->row_mt = 1; in decoder_init() 496 frame_worker_data->pbi->row_mt = ctx->row_mt; in init_decoder() 553 frame_worker_data->pbi->row_mt = ctx->row_mt; in decode_one() 1353 ctx->row_mt = va_arg(args, unsigned int); in ctrl_set_row_mt()
|
D | av1_cx_iface.c | 39 unsigned int row_mt; member 379 RANGE_CHECK_HI(extra_cfg, row_mt, 1); in validate_config() 759 oxcf->row_mt = extra_cfg->row_mt; in set_encoder_config() 967 extra_cfg.row_mt = CAST(AV1E_SET_ROW_MT, args); in ctrl_set_row_mt()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.h | 90 int row_mt; member
|
D | vp9_decoder.c | 180 if (pbi->row_mt == 1) { in vp9_decoder_remove()
|
D | vp9_decodeframe.c | 1769 if (pbi->row_mt == 1) { in decode_tiles() 2367 if (pbi->row_mt == 1) { in read_uncompressed_header()
|
/external/libaom/libaom/av1/decoder/ |
D | decoder.h | 235 unsigned int row_mt; member
|
D | decodeframe.c | 5597 pbi->row_mt) in av1_decode_tg_tiles_and_wrapup()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 276 int row_mt; member 820 int row_mt; member
|
D | vp9_speed_features.c | 691 if (cpi->use_svc && cpi->row_mt && cpi->oxcf.max_threads > 1) in set_rt_speed_feature_framesize_independent() 729 if (cpi->row_mt && cpi->oxcf.max_threads > 1) in set_rt_speed_feature_framesize_independent()
|
D | vp9_ethread.c | 90 if (cpi->use_svc && !cpi->row_mt) { in create_enc_workers()
|
D | vp9_encoder.c | 7105 cpi->row_mt = 0; 7108 cpi->oxcf.row_mt && !cpi->use_svc) 7109 cpi->row_mt = 1; 7112 (cpi->oxcf.pass == 0 || cpi->oxcf.pass == 2) && cpi->oxcf.row_mt && 7114 cpi->row_mt = 1; 7118 if (cpi->oxcf.mode == REALTIME && cpi->oxcf.speed >= 5 && cpi->oxcf.row_mt) { 7119 cpi->row_mt = 1; 7122 if (cpi->row_mt)
|
D | vp9_temporal_filter.c | 1143 if (!cpi->row_mt) in vp9_temporal_filter()
|
D | vp9_firstpass.c | 1312 if (cpi->row_mt && mb_col == mb_col_end - 1) in vp9_first_pass_encode_tile_mb_row() 1400 if (!cpi->row_mt) { in vp9_first_pass()
|
D | vp9_rdopt.c | 3755 if (cpi->row_mt && bsize == BLOCK_8X8) ctx->mic = *xd->mi[0]; in vp9_rd_pick_inter_mode_sb()
|
D | vp9_encodeframe.c | 5776 if (!cpi->row_mt) { in encode_frame_internal()
|
/external/libaom/libaom/av1/encoder/ |
D | ethread.c | 388 if (cpi->row_mt == 1) { in create_enc_workers() 476 if (cpi->row_mt == 1) in create_enc_workers()
|
D | encoder.h | 304 int row_mt; member 751 unsigned int row_mt; member
|
D | speed_features.c | 888 if (cpi->oxcf.row_mt == 1 && (cpi->oxcf.max_threads > 1)) { in av1_set_speed_features_framesize_independent()
|
D | encodeframe.c | 4686 if (tile_data->allow_update_cdf && (cpi->row_mt == 1) && in encode_sb_row() 4882 if (tile_data->allow_update_cdf && (cpi->row_mt == 1) && in encode_sb_row() 5656 cpi->row_mt = 0; in encode_frame_internal() 5657 if (cpi->oxcf.row_mt && (cpi->oxcf.max_threads > 1)) { in encode_frame_internal() 5658 cpi->row_mt = 1; in encode_frame_internal()
|
D | encoder.c | 3087 if (cpi->row_mt == 1) aom_free(thread_data->td->tctx); in av1_remove_compressor() 3112 if (cpi->row_mt == 1) { in av1_remove_compressor()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 493 static const arg_def_t row_mt = variable 525 &row_mt,
|