Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/rtp/
Dnx_rtp_sender.c3103 ULONG q_overall_table_num = 0; in _nx_rtp_sender_session_jpeg_send() local
3238 …if ((q_table_num == 0) || ((q_table_num + q_overall_table_num) > NX_RTP_SENDER_JPEG_QUANTIZATION_T… in _nx_rtp_sender_session_jpeg_send()
3243 for (UINT i = q_overall_table_num; i < (q_overall_table_num + q_table_num); i++) in _nx_rtp_sender_session_jpeg_send()
3257 q_overall_table_num += q_table_num; in _nx_rtp_sender_session_jpeg_send()
3349 if (((type != 0) && (type != 1)) || (q_overall_table_num == 0)) in _nx_rtp_sender_session_jpeg_send()
3389 …eader[2] = (UCHAR)((NX_RTP_SENDER_JPEG_QUANTIZATION_TABLE_LENGTH * q_overall_table_num) >> 8); /* … in _nx_rtp_sender_session_jpeg_send()
3390 …header[3] = (UCHAR)(NX_RTP_SENDER_JPEG_QUANTIZATION_TABLE_LENGTH * q_overall_table_num); /* Low by… in _nx_rtp_sender_session_jpeg_send()
3401 for (UINT i = 0; i < q_overall_table_num; i++) in _nx_rtp_sender_session_jpeg_send()
3413 …+ sizeof(quantization_header) + NX_RTP_SENDER_JPEG_QUANTIZATION_TABLE_LENGTH * q_overall_table_num; in _nx_rtp_sender_session_jpeg_send()