Searched refs:esc_length (Results 1 – 3 of 3) sorted by relevance
60 int esc_length = 0; in handle_escape_char() local65 esc_length++; in handle_escape_char()69 while (esc_length < 3 && base) { in handle_escape_char()74 esc_length--; in handle_escape_char()75 if (!esc_length) {// Invalid hex value eg. /xvd, print as it is /xvd in handle_escape_char()82 esc_length++; in handle_escape_char()
781 const int esc_length = s->ac_esc_length; in rd8x8_c() local819 bits += esc_length; in rd8x8_c()833 bits += esc_length; in rd8x8_c()856 const int esc_length = s->ac_esc_length; in bit8x8_c() local891 bits += esc_length; in bit8x8_c()905 bits += esc_length; in bit8x8_c()
3808 const int esc_length= s->ac_esc_length; in dct_quantize_trellis_c() local3982 distortion += esc_length*lambda; in dct_quantize_trellis_c()4073 else score= distortion + esc_length*lambda; in dct_quantize_trellis_c()