Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dpickrst.c580 fun(ctxt, rtile_idx, &limits, arg); in foreach_rtile_in_tile()
633 ctxt->type[rtile_idx] = RESTORE_NONE; in search_sgrproj_for_rtile()
638 ctxt->best_tile_cost[rtile_idx] = err; in search_sgrproj_for_rtile()
655 for (int rtile_idx = 0; rtile_idx < nrtiles; ++rtile_idx) { in search_sgrproj() local
688 for (int rtile_idx = 0; rtile_idx < nrtiles; ++rtile_idx) { in search_sgrproj() local
691 plane_rsi->sgrproj_info[rtile_idx] = sgrproj_info[rtile_idx]; in search_sgrproj()
698 plane_rsi->restoration_type[rtile_idx] = type[rtile_idx]; in search_sgrproj()
1210 ctxt->type[rtile_idx] = RESTORE_WIENER; in search_wiener_for_rtile()
1213 ctxt->type[rtile_idx] = RESTORE_NONE; in search_wiener_for_rtile()
1228 ctxt->type[rtile_idx] = RESTORE_NONE; in search_wiener_for_rtile()
[all …]
H A Dbitstream.c98 int rtile_idx);
3255 int rtile_idx = rcol + rrow * nhtiles; local
3256 loop_restoration_write_sb_coeffs(cm, xd, w, plane, rtile_idx);
3449 int rtile_idx) { argument
3461 &switchable_restore_encodings[rsi->restoration_type[rtile_idx]]);
3462 if (rsi->restoration_type[rtile_idx] == RESTORE_WIENER) {
3465 } else if (rsi->restoration_type[rtile_idx] == RESTORE_SGRPROJ) {
3469 aom_write(w, rsi->restoration_type[rtile_idx] != RESTORE_NONE,
3471 if (rsi->restoration_type[rtile_idx] != RESTORE_NONE) {
3476 aom_write(w, rsi->restoration_type[rtile_idx] != RESTORE_NONE,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/decoder/
H A Ddecodeframe.c98 int rtile_idx);
2671 int rtile_idx = rcol + rrow * nhtiles; in decode_partition() local
2672 loop_restoration_read_sb_coeffs(cm, xd, r, plane, rtile_idx); in decode_partition()
2879 int rtile_idx) { in loop_restoration_read_sb_coeffs() argument
2889 rsi->restoration_type[rtile_idx] = in loop_restoration_read_sb_coeffs()
2893 if (rsi->restoration_type[rtile_idx] == RESTORE_WIENER) { in loop_restoration_read_sb_coeffs()
2896 } else if (rsi->restoration_type[rtile_idx] == RESTORE_SGRPROJ) { in loop_restoration_read_sb_coeffs()
2901 rsi->restoration_type[rtile_idx] = RESTORE_WIENER; in loop_restoration_read_sb_coeffs()
2905 rsi->restoration_type[rtile_idx] = RESTORE_NONE; in loop_restoration_read_sb_coeffs()
2909 rsi->restoration_type[rtile_idx] = RESTORE_SGRPROJ; in loop_restoration_read_sb_coeffs()
[all …]