Searched refs:lr_type (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | nvdec_av1.c | 175 .lr_type[0] = remap_lr_type[frame_header->lr_type[0]], in nvdec_av1_start_frame() 176 .lr_type[1] = remap_lr_type[frame_header->lr_type[1]], in nvdec_av1_start_frame() 177 .lr_type[2] = remap_lr_type[frame_header->lr_type[2]], in nvdec_av1_start_frame()
|
D | dxva2_av1.c | 172 pp->loop_filter.frame_restoration_type[0] = remap_lr_type[frame_header->lr_type[0]]; in fill_picture_parameters() 173 pp->loop_filter.frame_restoration_type[1] = remap_lr_type[frame_header->lr_type[1]]; in fill_picture_parameters() 174 pp->loop_filter.frame_restoration_type[2] = remap_lr_type[frame_header->lr_type[2]]; in fill_picture_parameters() 175 uses_lr = frame_header->lr_type[0] || frame_header->lr_type[1] || frame_header->lr_type[2]; in fill_picture_parameters()
|
D | vaapi_av1.c | 173 .yframe_restoration_type = remap_lr_type[frame_header->lr_type[0]], in vaapi_av1_start_frame() 174 .cbframe_restoration_type = remap_lr_type[frame_header->lr_type[1]], in vaapi_av1_start_frame() 175 .crframe_restoration_type = remap_lr_type[frame_header->lr_type[2]], in vaapi_av1_start_frame()
|
D | cbs_av1.h | 269 uint8_t lr_type[3]; member
|
D | cbs_av1_syntax_template.c | 988 fbs(2, lr_type[i], 1, i); in FUNC() 990 if (current->lr_type[i] != AV1_RESTORE_NONE) { in FUNC()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstav1parser.c | 2591 guint8 lr_type; in gst_av1_parse_loop_restoration_params() local 2617 lr_type = AV1_READ_BITS_CHECKED (br, 2, &retval); in gst_av1_parse_loop_restoration_params() 2621 lr_params->frame_restoration_type[i] = remap_lr_type[lr_type]; in gst_av1_parse_loop_restoration_params()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec_av1.c | 1053 uint8_t lr_type = av1_f(vlc, 2); in lr_params() local 1054 lrp->FrameRestorationType[i] = Remap_Lr_Type[lr_type]; in lr_params()
|