Home
last modified time | relevance | path

Searched refs:log2_sao_offset_scale_luma (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec_hevc.c113 .log2_sao_offset_scale_luma = pps->log2_sao_offset_scale_luma, in nvdec_hevc_start_frame()
Dhevc_ps.h306 uint8_t log2_sao_offset_scale_luma; member
Dvaapi_hevc.c238 .log2_sao_offset_scale_luma = pps->log2_sao_offset_scale_luma, in vaapi_hevc_start_frame()
Dvdpau_hevc.c383 info2->log2SaoOffsetScaleLuma = pps->log2_sao_offset_scale_luma; in vdpau_hevc_start_frame()
Dcbs_h265.h426 uint8_t log2_sao_offset_scale_luma; member
Dhevc_ps.c1356 pps->log2_sao_offset_scale_luma = get_ue_golomb_long(gb); in pps_range_extensions()
1359 if ( pps->log2_sao_offset_scale_luma > FFMAX(sps->bit_depth - 10, 0) in pps_range_extensions()
Dcbs_h265_syntax_template.c987 ue(log2_sao_offset_scale_luma, 0, FFMAX(0, sps->bit_depth_luma_minus8 - 2)); in FUNC()
Dhevcdec.c973 int log2_sao_offset_scale = c_idx == 0 ? s->ps.pps->log2_sao_offset_scale_luma : in hls_sao_param()
/third_party/gstreamer/gstplugins_bad/sys/nvdec/
Dcuviddec.h519 unsigned char log2_sao_offset_scale_luma; member