Searched refs:AV1_RESTORE_NONE (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | av1.h | 172 AV1_RESTORE_NONE = 0, enumerator
|
H A D | nvdec_av1.c | 54 unsigned char remap_lr_type[4] = { AV1_RESTORE_NONE, AV1_RESTORE_SWITCHABLE, AV1_RESTORE_WIENER, AV1_RESTORE_SGRPROJ }; in nvdec_av1_start_frame()
|
H A D | vdpau_av1.c | 54 unsigned char remap_lr_type[4] = { AV1_RESTORE_NONE, AV1_RESTORE_SWITCHABLE, AV1_RESTORE_WIENER, AV1_RESTORE_SGRPROJ }; in vdpau_av1_start_frame()
|
H A D | vaapi_av1.c | 130 uint8_t remap_lr_type[4] = {AV1_RESTORE_NONE, AV1_RESTORE_SWITCHABLE, AV1_RESTORE_WIENER, AV1_RESTORE_SGRPROJ}; in vaapi_av1_start_frame()
|
H A D | dxva2_av1.c | 66 unsigned char remap_lr_type[4] = { AV1_RESTORE_NONE, AV1_RESTORE_SWITCHABLE, AV1_RESTORE_WIENER, AV1_RESTORE_SGRPROJ }; in fill_picture_parameters()
|
H A D | cbs_av1_syntax_template.c | 990 if (current->lr_type[i] != AV1_RESTORE_NONE) { in lr_params()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_av1.h | 117 AV1_RESTORE_NONE = 0, enumerator
|
H A D | vid_dec_av1.c | 1039 { AV1_RESTORE_NONE, AV1_RESTORE_SWITCHABLE, AV1_RESTORE_WIENER, AV1_RESTORE_SGRPROJ }; in lr_params() 1046 lrp->FrameRestorationType[0] = AV1_RESTORE_NONE; in lr_params() 1047 lrp->FrameRestorationType[1] = AV1_RESTORE_NONE; in lr_params() 1048 lrp->FrameRestorationType[2] = AV1_RESTORE_NONE; in lr_params() 1055 if (lrp->FrameRestorationType[i] != AV1_RESTORE_NONE) { in lr_params()
|
Completed in 13 milliseconds