Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_ps.c299 if (is_sps || pps->transform_8x8_mode) { in decode_scaling_matrices()
702 if (pps->transform_8x8_mode) in init_dequant_tables()
708 if (pps->transform_8x8_mode) in init_dequant_tables()
848 pps->transform_8x8_mode = 0; in ff_h264_decode_picture_parameter_set()
856 pps->transform_8x8_mode = get_bits1(gb); in ff_h264_decode_picture_parameter_set()
893 pps->transform_8x8_mode ? "8x8DCT" : ""); in ff_h264_decode_picture_parameter_set()
Dh264_ps.h126 int transform_8x8_mode; ///< transform_8x8_mode_flag member
Dnvdec_h264.c101 .transform_8x8_mode_flag = pps->transform_8x8_mode, in nvdec_h264_start_frame()
Dvdpau_h264.c147 info->transform_8x8_mode_flag = pps->transform_8x8_mode; in vdpau_h264_start_frame()
Dvaapi_h264.c267 .transform_8x8_mode_flag = pps->transform_8x8_mode, in vaapi_h264_start_frame()
Ddxva2_h264.c116 (pps->transform_8x8_mode << 13) | in fill_picture_parameters()
Dh264_slice.c2272 h->ps.pps->transform_8x8_mode != pps->transform_8x8_mode /*|| in ff_h264_queue_decode_slice()
2514 if (!CABAC(h) && h->ps.pps->transform_8x8_mode) { in fill_filter_caches()
Dh264_cavlc.c700 int dct8x8_allowed = h->ps.pps->transform_8x8_mode; in ff_h264_decode_mb_cavlc()
Dh264_cabac.c1925 int dct8x8_allowed = h->ps.pps->transform_8x8_mode; in ff_h264_decode_mb_cabac()