Home
last modified time | relevance | path

Searched refs:rd_info_array (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dtx_search.c288 dst_rd_info[cur_rd_info_idx].rd_info_array = NULL; in find_tx_size_rd_records()
311 dst_rd_info[cur_rd_info_idx].rd_info_array = in find_tx_size_rd_records()
2422 TXB_RD_INFO *rd_info_array) { in tx_type_rd() argument
2431 if (rd_info_array != NULL && rd_info_array->valid && in tx_type_rd()
2432 rd_info_array->entropy_context == cur_joint_ctx) { in tx_type_rd()
2433 xd->tx_type_map[tx_type_map_idx] = rd_info_array->tx_type; in tx_type_rd()
2437 if (ref_tx_type == rd_info_array->tx_type) { in tx_type_rd()
2438 rd_stats->rate += rd_info_array->rate; in tx_type_rd()
2439 rd_stats->dist += rd_info_array->dist; in tx_type_rd()
2440 rd_stats->sse += rd_info_array->sse; in tx_type_rd()
[all …]
Dblock.h166 TXB_RD_INFO *rd_info_array; // Points to array of size TX_TYPES. member