Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dbitstream.c1899 RestorationType unit_rtype = rui->restoration_type; in loop_restoration_write_sb_coeffs() local
1902 aom_write_symbol(w, unit_rtype, xd->tile_ctx->switchable_restore_cdf, in loop_restoration_write_sb_coeffs()
1905 ++counts->switchable_restore[unit_rtype]; in loop_restoration_write_sb_coeffs()
1907 switch (unit_rtype) { in loop_restoration_write_sb_coeffs()
1914 default: assert(unit_rtype == RESTORE_NONE); break; in loop_restoration_write_sb_coeffs()
1917 aom_write_symbol(w, unit_rtype != RESTORE_NONE, in loop_restoration_write_sb_coeffs()
1920 ++counts->wiener_restore[unit_rtype != RESTORE_NONE]; in loop_restoration_write_sb_coeffs()
1922 if (unit_rtype != RESTORE_NONE) { in loop_restoration_write_sb_coeffs()
1926 aom_write_symbol(w, unit_rtype != RESTORE_NONE, in loop_restoration_write_sb_coeffs()
1929 ++counts->sgrproj_restore[unit_rtype != RESTORE_NONE]; in loop_restoration_write_sb_coeffs()
[all …]
/external/libaom/libaom/av1/common/
Drestoration.c1030 RestorationType unit_rtype = rui->restoration_type; in av1_loop_restoration_filter_unit() local
1037 if (unit_rtype == RESTORE_NONE) { in av1_loop_restoration_filter_unit()
1042 const int filter_idx = 2 * highbd + (unit_rtype == RESTORE_SGRPROJ); in av1_loop_restoration_filter_unit()