Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dtr.c60 int esc_length = 0; in handle_escape_char() local
65 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()
/third_party/ffmpeg/libavcodec/
Dme_cmp.c781 const int esc_length = s->ac_esc_length; in rd8x8_c() local
819 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() local
891 bits += esc_length; in bit8x8_c()
905 bits += esc_length; in bit8x8_c()
Dmpegvideo_enc.c3808 const int esc_length= s->ac_esc_length; in dct_quantize_trellis_c() local
3982 distortion += esc_length*lambda; in dct_quantize_trellis_c()
4073 else score= distortion + esc_length*lambda; in dct_quantize_trellis_c()