Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpickrst.c886 rusi->best_rtype[RESTORE_SGRPROJ - 1] = RESTORE_NONE; in search_sgrproj()
887 rusi->sse[RESTORE_SGRPROJ] = INT64_MAX; in search_sgrproj()
909 rui.restoration_type = RESTORE_SGRPROJ; in search_sgrproj()
912 rusi->sse[RESTORE_SGRPROJ] = try_restoration_unit(rsc, limits, tile, &rui); in search_sgrproj()
921 RDCOST_DBL(x->rdmult, bits_sgr >> 4, rusi->sse[RESTORE_SGRPROJ]); in search_sgrproj()
927 (cost_sgr < cost_none) ? RESTORE_SGRPROJ : RESTORE_NONE; in search_sgrproj()
928 rusi->best_rtype[RESTORE_SGRPROJ - 1] = rtype; in search_sgrproj()
1646 case RESTORE_SGRPROJ: in search_switchable()
1654 if (r == RESTORE_SGRPROJ && rusi->sgrproj.ep < 10) in search_switchable()
1669 if (best_rtype == RESTORE_SGRPROJ) rsc->sgrproj = rusi->sgrproj; in search_switchable()
Dbitstream.c1761 case RESTORE_SGRPROJ: in encode_restoration_mode()
1911 case RESTORE_SGRPROJ: in loop_restoration_write_sb_coeffs()
1925 } else if (frame_rtype == RESTORE_SGRPROJ) { in loop_restoration_write_sb_coeffs()
/external/libaom/libaom/av1/common/
Denums.h642 RESTORE_SGRPROJ, enumerator
Drestoration.c1042 const int filter_idx = 2 * highbd + (unit_rtype == RESTORE_SGRPROJ); in av1_loop_restoration_filter_unit()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1559 aom_rb_read_bit(rb) ? RESTORE_SGRPROJ : RESTORE_WIENER; in decode_restoration_mode()
1724 case RESTORE_SGRPROJ: in loop_restoration_read_sb_coeffs()
1736 } else if (rsi->frame_restoration_type == RESTORE_SGRPROJ) { in loop_restoration_read_sb_coeffs()
1738 rui->restoration_type = RESTORE_SGRPROJ; in loop_restoration_read_sb_coeffs()