Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c8639 int best_skip_txfm_sb[2] = { 1, 1 }; in interpolation_filter_search() local
8681 &best_skip_txfm_sb[0], &best_skip_sse_sb[0], NULL, NULL, NULL); in interpolation_filter_search()
8685 &tmp_dist[1], &best_skip_txfm_sb[1], &best_skip_sse_sb[1], NULL, NULL, in interpolation_filter_search()
8691 best_skip_txfm_sb[1] = best_skip_txfm_sb[0] & best_skip_txfm_sb[1]; in interpolation_filter_search()
8694 *skip_txfm_sb = best_skip_txfm_sb[1]; in interpolation_filter_search()
8811 switchable_rate, best_skip_txfm_sb, best_skip_sse_sb, dst_bufs, in interpolation_filter_search()
8819 switchable_rate, best_skip_txfm_sb, best_skip_sse_sb, dst_bufs, in interpolation_filter_search()
8833 switchable_rate, best_skip_txfm_sb, best_skip_sse_sb, dst_bufs, i, in interpolation_filter_search()
8841 best_skip_txfm_sb, best_skip_sse_sb, dst_bufs, switchable_ctx, skip_ver, in interpolation_filter_search()
8847 orig_dst, rd, switchable_rate, best_skip_txfm_sb, in interpolation_filter_search()
[all …]