Searched refs:scanj (Results 1 – 1 of 1) sorted by relevance
27 int32_t j, scanj; in h264_Scaling_List() local45 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()