Home
last modified time | relevance | path

Searched refs:WeightScale8x8 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec_h264.c114 memcpy(ppc->WeightScale8x8[0], pps->scaling_matrix8[0], sizeof(ppc->WeightScale8x8[0])); in nvdec_h264_start_frame()
115 memcpy(ppc->WeightScale8x8[1], pps->scaling_matrix8[3], sizeof(ppc->WeightScale8x8[0])); in nvdec_h264_start_frame()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c579 for (i = 0; i < G_N_ELEMENTS (params->WeightScale8x8); i++) { in gst_nv_h264_dec_fill_scaling_list_8x8()
580 gst_h264_quant_matrix_8x8_get_raster_from_zigzag (params->WeightScale8x8[i], in gst_nv_h264_dec_fill_scaling_list_8x8()
Dcuviddec.h336 unsigned char WeightScale8x8[2][64]; member