Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/email/
D_encoded_words.py138 def encode_b(bstring): function
196 'b': encode_b,
/external/python/cpython3/Lib/test/test_email/
Dtest__encoded_words.py157 self.assertEqual(_ew.encode_b(b'foo'), 'Zm9v')
160 self.assertEqual(_ew.encode_b(b'vi'), 'dmk=')
/external/libaom/libaom/av1/encoder/
Dencodeframe.c1558 static AOM_INLINE void encode_b(const AV1_COMP *const cpi, in encode_b() function
1734 encode_b(cpi, tile_data, td, tp, mi_row, mi_col, dry_run, subsize, in encode_sb()
1738 encode_b(cpi, tile_data, td, tp, mi_row, mi_col, dry_run, subsize, in encode_sb()
1741 encode_b(cpi, tile_data, td, tp, mi_row, mi_col + hbs, dry_run, subsize, in encode_sb()
1746 encode_b(cpi, tile_data, td, tp, mi_row, mi_col, dry_run, subsize, in encode_sb()
1749 encode_b(cpi, tile_data, td, tp, mi_row + hbs, mi_col, dry_run, subsize, in encode_sb()
1765 encode_b(cpi, tile_data, td, tp, mi_row, mi_col, dry_run, bsize2, in encode_sb()
1767 encode_b(cpi, tile_data, td, tp, mi_row, mi_col + hbs, dry_run, bsize2, in encode_sb()
1769 encode_b(cpi, tile_data, td, tp, mi_row + hbs, mi_col, dry_run, subsize, in encode_sb()
1773 encode_b(cpi, tile_data, td, tp, mi_row, mi_col, dry_run, subsize, in encode_sb()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c2229 static void encode_b(VP9_COMP *cpi, const TileInfo *const tile, ThreadData *td, in encode_b() function
2284 encode_b(cpi, tile, td, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
2288 encode_b(cpi, tile, td, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
2291 encode_b(cpi, tile, td, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb()
2296 encode_b(cpi, tile, td, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
2299 encode_b(cpi, tile, td, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb()
2306 encode_b(cpi, tile, td, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()