Home
last modified time | relevance | path

Searched refs:post_processing (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_vc1.c40 context->desc.vc1.postprocflag = vc1->post_processing != 0; in vlVaHandlePictureParameterBufferVC1()
66 context->desc.vc1.deblockEnable = vc1->post_processing != 0; in vlVaHandlePictureParameterBufferVC1()
/third_party/gstreamer/gstplugins_good/ext/vpx/
Dgstvpxdec.c204 gst_vpx_dec->post_processing = DEFAULT_POST_PROCESSING; in gst_vpx_dec_init()
231 dec->post_processing = g_value_get_boolean (value); in gst_vpx_dec_set_property()
262 g_value_set_boolean (value, dec->post_processing); in gst_vpx_dec_get_property()
631 if (dec->post_processing) { in gst_vpx_dec_open_codec()
648 if ((caps & VPX_CODEC_CAP_POSTPROC) && dec->post_processing) { in gst_vpx_dec_open_codec()
Dgstvpxdec.h72 gboolean post_processing; member
/third_party/ffmpeg/libavcodec/
Dvaapi_vc1.c298 .post_processing = v->postproc, in vaapi_vc1_start_frame()