Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse.c27 int32_t j, scanj; in h264_Scaling_List() local
45 scanj = 0; in h264_Scaling_List()
55 *UseDefaultScalingMatrix = (uint8_t) (scanj==0 && nextScale==0); in h264_Scaling_List()
58 scalingList[scanj] = (nextScale==0) ? lastScale:nextScale; in h264_Scaling_List()
59 lastScale = scalingList[scanj]; in h264_Scaling_List()
60 scanj ++; in h264_Scaling_List()