Home
last modified time | relevance | path

Searched refs:hlit (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmovtextenc.c82 HighlightBox hlit; member
138 bytestream_put_be16(&p, s->hlit.start); in encode_hlit()
139 bytestream_put_be16(&p, s->hlit.end); in encode_hlit()
445 if (!(s->box_flags & HLIT_BOX) || s->hlit.start == s->text_pos) { in mov_text_color_cb()
448 s->hlit.start = s->text_pos; in mov_text_color_cb()
452 s->hlit.end = s->text_pos; in mov_text_color_cb()
483 if (!(s->box_flags & HLIT_BOX) || s->hlit.start == s->text_pos) { in mov_text_alpha_cb()
486 s->hlit.start = s->text_pos; in mov_text_alpha_cb()
490 s->hlit.end = s->text_pos; in mov_text_alpha_cb()
/third_party/python/Lib/test/test_email/
H A Dtest_email.py4378 self.hlit = list(chain(
4385 self.hnon = [c for c in range(256) if c not in self.hlit]
4386 assert len(self.hlit) + len(self.hnon) == 256
4398 for c in self.hlit:
4427 for c in self.hlit:
/third_party/astc-encoder/Source/
H A Dstb_image.h4346 int hlit = stbi__zreceive(a,5) + 257; in stbi__compute_huffman_codes() local
4349 int ntot = hlit + hdist; in stbi__compute_huffman_codes()
4383 if (!stbi__zbuild_huffman(&a->z_length, lencodes, hlit)) return 0; in stbi__compute_huffman_codes()
4384 if (!stbi__zbuild_huffman(&a->z_distance, lencodes+hlit, hdist)) return 0; in stbi__compute_huffman_codes()

Completed in 19 milliseconds