Home
last modified time | relevance | path

Searched refs:RESTORE_NONE (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dpickrst.c655 RDCOST_DBL(x->rdmult, bits_none >> 4, rusi->sse[RESTORE_NONE]); in search_sgrproj()
662 (cost_sgr < cost_none) ? RESTORE_SGRPROJ : RESTORE_NONE; in search_sgrproj()
1215 rsc->sse += rusi->sse[RESTORE_NONE]; in search_wiener()
1216 rusi->best_rtype[RESTORE_WIENER - 1] = RESTORE_NONE; in search_wiener()
1233 rsc->sse += rusi->sse[RESTORE_NONE]; in search_wiener()
1234 rusi->best_rtype[RESTORE_WIENER - 1] = RESTORE_NONE; in search_wiener()
1258 RDCOST_DBL(x->rdmult, bits_none >> 4, rusi->sse[RESTORE_NONE]); in search_wiener()
1263 (cost_wiener < cost_none) ? RESTORE_WIENER : RESTORE_NONE; in search_wiener()
1283 rusi->sse[RESTORE_NONE] = sse_restoration_unit( in search_norestore()
1286 rsc->sse += rusi->sse[RESTORE_NONE]; in search_norestore()
[all …]
Dbitstream.c1730 if (rsi->frame_restoration_type != RESTORE_NONE) { in encode_restoration_mode()
1735 case RESTORE_NONE: in encode_restoration_mode()
1873 if (frame_rtype == RESTORE_NONE) return; 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()
1913 if (unit_rtype != RESTORE_NONE) { in loop_restoration_write_sb_coeffs()
Dencoder.c3722 cm->rst_info[i].frame_restoration_type = RESTORE_NONE; in av1_set_frame_size()
4094 if (cm->rst_info[0].frame_restoration_type != RESTORE_NONE || in loopfilter_frame()
4095 cm->rst_info[1].frame_restoration_type != RESTORE_NONE || in loopfilter_frame()
4096 cm->rst_info[2].frame_restoration_type != RESTORE_NONE) { in loopfilter_frame()
4106 cm->rst_info[0].frame_restoration_type = RESTORE_NONE; in loopfilter_frame()
4107 cm->rst_info[1].frame_restoration_type = RESTORE_NONE; in loopfilter_frame()
4108 cm->rst_info[2].frame_restoration_type = RESTORE_NONE; in loopfilter_frame()
5041 cm->rst_info[0].frame_restoration_type = RESTORE_NONE; in encode_frame_to_data_rate()
5042 cm->rst_info[1].frame_restoration_type = RESTORE_NONE; in encode_frame_to_data_rate()
5043 cm->rst_info[2].frame_restoration_type = RESTORE_NONE; in encode_frame_to_data_rate()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1967 aom_rb_read_bit(rb) ? RESTORE_SWITCHABLE : RESTORE_NONE; in decode_restoration_mode()
1969 if (rsi->frame_restoration_type != RESTORE_NONE) { in decode_restoration_mode()
2111 if (rsi->frame_restoration_type == RESTORE_NONE) return; in loop_restoration_read_sb_coeffs()
2130 default: assert(rui->restoration_type == RESTORE_NONE); break; in loop_restoration_read_sb_coeffs()
2137 rui->restoration_type = RESTORE_NONE; in loop_restoration_read_sb_coeffs()
2144 rui->restoration_type = RESTORE_NONE; in loop_restoration_read_sb_coeffs()
2590 rst_info[0].frame_restoration_type == RESTORE_NONE && in av1_set_single_tile_decoding_mode()
2591 rst_info[1].frame_restoration_type == RESTORE_NONE && in av1_set_single_tile_decoding_mode()
2592 rst_info[2].frame_restoration_type == RESTORE_NONE; in av1_set_single_tile_decoding_mode()
5335 cm->rst_info[0].frame_restoration_type = RESTORE_NONE; in read_uncompressed_header()
[all …]
/external/libaom/libaom/av1/common/
Dthread_common.c703 if (cm->rst_info[plane].frame_restoration_type == RESTORE_NONE) continue; in enqueue_lr_jobs()
711 if (cm->rst_info[plane].frame_restoration_type == RESTORE_NONE) continue; in enqueue_lr_jobs()
856 if (cm->rst_info[plane].frame_restoration_type == RESTORE_NONE) continue; in foreach_rest_unit_in_planes_mt()
Drestoration.c1020 if (unit_rtype == RESTORE_NONE) { in av1_loop_restoration_filter_unit()
1114 if (rtype == RESTORE_NONE) { in av1_loop_restoration_filter_frame_init()
1151 if (cm->rst_info[plane].frame_restoration_type == RESTORE_NONE) continue; in av1_loop_restoration_copy_planes()
1163 if (cm->rst_info[plane].frame_restoration_type == RESTORE_NONE) { in foreach_rest_unit_in_planes()
1302 if (cm->rst_info[plane].frame_restoration_type == RESTORE_NONE) return 0; in av1_loop_restoration_corners_in_sb()
Denums.h620 RESTORE_NONE, enumerator