Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpickrst.c644 rui.restoration_type = RESTORE_SGRPROJ; in search_sgrproj()
647 rusi->sse[RESTORE_SGRPROJ] = try_restoration_unit(rsc, limits, tile, &rui); in search_sgrproj()
657 RDCOST_DBL(x->rdmult, bits_sgr >> 4, rusi->sse[RESTORE_SGRPROJ]); in search_sgrproj()
662 (cost_sgr < cost_none) ? RESTORE_SGRPROJ : RESTORE_NONE; in search_sgrproj()
663 rusi->best_rtype[RESTORE_SGRPROJ - 1] = rtype; in search_sgrproj()
1326 case RESTORE_SGRPROJ: in search_switchable()
1334 if (r == RESTORE_SGRPROJ && rusi->sgrproj.ep < 10) in search_switchable()
1348 if (best_rtype == RESTORE_SGRPROJ) rsc->sgrproj = rusi->sgrproj; in search_switchable()
Dbitstream.c1743 case RESTORE_SGRPROJ: in encode_restoration_mode()
1893 case RESTORE_SGRPROJ: in loop_restoration_write_sb_coeffs()
1907 } else if (frame_rtype == RESTORE_SGRPROJ) { in loop_restoration_write_sb_coeffs()
/external/libaom/libaom/av1/common/
Denums.h622 RESTORE_SGRPROJ, enumerator
Drestoration.c1025 const int filter_idx = 2 * highbd + (unit_rtype == RESTORE_SGRPROJ); in av1_loop_restoration_filter_unit()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1964 aom_rb_read_bit(rb) ? RESTORE_SGRPROJ : RESTORE_WIENER; in decode_restoration_mode()
2127 case RESTORE_SGRPROJ: in loop_restoration_read_sb_coeffs()
2139 } else if (rsi->frame_restoration_type == RESTORE_SGRPROJ) { in loop_restoration_read_sb_coeffs()
2141 rui->restoration_type = RESTORE_SGRPROJ; in loop_restoration_read_sb_coeffs()