Home
last modified time | relevance | path

Searched refs:mb_rd_record (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dtx_search.c321 &txfm_info->txb_rd_records->mb_rd_record.crc_calculator, in find_tx_size_rd_records()
345 &x->txfm_search_info.txb_rd_records->mb_rd_record.crc_calculator, in get_block_residue_hash()
350 static INLINE int32_t find_mb_rd_info(const MB_RD_RECORD *const mb_rd_record, in find_mb_rd_info() argument
355 for (int i = 0; i < mb_rd_record->num; ++i) { in find_mb_rd_info()
356 const int index = (mb_rd_record->index_start + i) % RD_RECORD_BUFFER_LEN; in find_mb_rd_info()
359 if (mb_rd_record->tx_rd_info[index].hash_value == hash) { in find_mb_rd_info()
1300 &x->txfm_search_info.txb_rd_records->mb_rd_record.crc_calculator; in get_intra_txb_hash()
3736 MB_RD_RECORD *mb_rd_record = NULL; in av1_pick_recursive_tx_size_type_yrd() local
3749 mb_rd_record = &x->txfm_search_info.txb_rd_records->mb_rd_record; in av1_pick_recursive_tx_size_type_yrd()
3750 const int match_index = find_mb_rd_info(mb_rd_record, ref_best_rd, hash); in av1_pick_recursive_tx_size_type_yrd()
[all …]
Drd.h335 txfm_info->txb_rd_records->mb_rd_record.num = in reset_hash_records()
336 txfm_info->txb_rd_records->mb_rd_record.index_start = 0; in reset_hash_records()
Dblock.h500 MB_RD_RECORD mb_rd_record; member
Dencodeframe.c1008 &td->mb.txfm_search_info.txb_rd_records->mb_rd_record.crc_calculator); in av1_encode_tile()
Dethread.c500 &td->mb.txfm_search_info.txb_rd_records->mb_rd_record.crc_calculator); in enc_row_mt_worker_hook()