Home
last modified time | relevance | path

Searched refs:row_mt (Results 1 – 24 of 24) sorted by relevance

/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.h48 int row_mt; member
Dvp9_dx_iface.c270 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()
Dvp9_cx_iface.c55 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/
Dav1_dx_iface.c55 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()
Dav1_cx_iface.c39 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/
Dvp9_decoder.h90 int row_mt; member
Dvp9_decoder.c180 if (pbi->row_mt == 1) { in vp9_decoder_remove()
Dvp9_decodeframe.c1769 if (pbi->row_mt == 1) { in decode_tiles()
2367 if (pbi->row_mt == 1) { in read_uncompressed_header()
/external/libaom/libaom/av1/decoder/
Ddecoder.h235 unsigned int row_mt; member
Ddecodeframe.c5597 pbi->row_mt) in av1_decode_tg_tiles_and_wrapup()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h276 int row_mt; member
820 int row_mt; member
Dvp9_speed_features.c691 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()
Dvp9_ethread.c90 if (cpi->use_svc && !cpi->row_mt) { in create_enc_workers()
Dvp9_encoder.c7105 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)
Dvp9_temporal_filter.c1143 if (!cpi->row_mt) in vp9_temporal_filter()
Dvp9_firstpass.c1312 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()
Dvp9_rdopt.c3755 if (cpi->row_mt && bsize == BLOCK_8X8) ctx->mic = *xd->mi[0]; in vp9_rd_pick_inter_mode_sb()
Dvp9_encodeframe.c5776 if (!cpi->row_mt) { in encode_frame_internal()
/external/libaom/libaom/av1/encoder/
Dethread.c388 if (cpi->row_mt == 1) { in create_enc_workers()
476 if (cpi->row_mt == 1) in create_enc_workers()
Dencoder.h304 int row_mt; member
751 unsigned int row_mt; member
Dspeed_features.c888 if (cpi->oxcf.row_mt == 1 && (cpi->oxcf.max_threads > 1)) { in av1_set_speed_features_framesize_independent()
Dencodeframe.c4686 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()
Dencoder.c3087 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/
Dvpxenc.c493 static const arg_def_t row_mt = variable
525 &row_mt,