Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dbitstream.c1881 RestorationType unit_rtype = rui->restoration_type; in loop_restoration_write_sb_coeffs() local
1884 aom_write_symbol(w, unit_rtype, xd->tile_ctx->switchable_restore_cdf, in loop_restoration_write_sb_coeffs()
1887 ++counts->switchable_restore[unit_rtype]; in loop_restoration_write_sb_coeffs()
1889 switch (unit_rtype) { in loop_restoration_write_sb_coeffs()
1896 default: assert(unit_rtype == RESTORE_NONE); break; in loop_restoration_write_sb_coeffs()
1899 aom_write_symbol(w, unit_rtype != RESTORE_NONE, in loop_restoration_write_sb_coeffs()
1902 ++counts->wiener_restore[unit_rtype != RESTORE_NONE]; in loop_restoration_write_sb_coeffs()
1904 if (unit_rtype != RESTORE_NONE) { in loop_restoration_write_sb_coeffs()
1908 aom_write_symbol(w, unit_rtype != RESTORE_NONE, in loop_restoration_write_sb_coeffs()
1911 ++counts->sgrproj_restore[unit_rtype != RESTORE_NONE]; in loop_restoration_write_sb_coeffs()
[all …]
/external/libaom/libaom/av1/common/
Drestoration.c1013 RestorationType unit_rtype = rui->restoration_type; in av1_loop_restoration_filter_unit() local
1020 if (unit_rtype == RESTORE_NONE) { in av1_loop_restoration_filter_unit()
1025 const int filter_idx = 2 * highbd + (unit_rtype == RESTORE_SGRPROJ); in av1_loop_restoration_filter_unit()