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.py155 self.assertEqual(_ew.encode_b(b'foo'), 'Zm9v')
158 self.assertEqual(_ew.encode_b(b'vi'), 'dmk=')
/external/libaom/libaom/av1/encoder/
Dencodeframe.c1466 static void encode_b(const AV1_COMP *const cpi, TileDataEnc *tile_data, in encode_b() function
1550 encode_b(cpi, tile_data, td, tp, mi_row, mi_col, dry_run, subsize, in encode_sb()
1554 encode_b(cpi, tile_data, td, tp, mi_row, mi_col, dry_run, subsize, in encode_sb()
1557 encode_b(cpi, tile_data, td, tp, mi_row, mi_col + hbs, dry_run, subsize, in encode_sb()
1562 encode_b(cpi, tile_data, td, tp, mi_row, mi_col, dry_run, subsize, in encode_sb()
1565 encode_b(cpi, tile_data, td, tp, mi_row + hbs, mi_col, dry_run, subsize, in encode_sb()
1581 encode_b(cpi, tile_data, td, tp, mi_row, mi_col, dry_run, bsize2, in encode_sb()
1583 encode_b(cpi, tile_data, td, tp, mi_row, mi_col + hbs, dry_run, bsize2, in encode_sb()
1585 encode_b(cpi, tile_data, td, tp, mi_row + hbs, mi_col, dry_run, subsize, in encode_sb()
1589 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.c2150 static void encode_b(VP9_COMP *cpi, const TileInfo *const tile, ThreadData *td, in encode_b() function
2199 encode_b(cpi, tile, td, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
2203 encode_b(cpi, tile, td, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
2206 encode_b(cpi, tile, td, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb()
2211 encode_b(cpi, tile, td, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
2214 encode_b(cpi, tile, td, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb()
2221 encode_b(cpi, tile, td, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()