/external/libvpx/libvpx/vp8/encoder/ |
D | tokenize.c | 22 void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t); 101 static void tokenize2nd_order_b(MACROBLOCK *x, TOKENEXTRA **tp, VP8_COMP *cpi) { in tokenize2nd_order_b() 105 TOKENEXTRA *t = *tp; /* store tokens starting here */ in tokenize2nd_order_b() 180 MACROBLOCK *x, TOKENEXTRA **tp, in tokenize1st_order_b() 189 TOKENEXTRA *t = *tp; /* store tokens starting here */ in tokenize1st_order_b() 353 void vp8_tokenize_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) { in vp8_tokenize_mb() 382 static void stuff2nd_order_b(TOKENEXTRA **tp, ENTROPY_CONTEXT *a, in stuff2nd_order_b() 385 TOKENEXTRA *t = *tp; /* store tokens starting here */ in stuff2nd_order_b() 399 static void stuff1st_order_b(TOKENEXTRA **tp, ENTROPY_CONTEXT *a, in stuff1st_order_b() 404 TOKENEXTRA *t = *tp; /* store tokens starting here */ in stuff1st_order_b() [all …]
|
D | encodeframe.h | 31 TOKENEXTRA **t, int recon_yoffset, 35 TOKENEXTRA **t);
|
D | onyx_int.h | 190 TOKENEXTRA *start; 191 TOKENEXTRA *stop; 322 TOKENEXTRA *tok; 717 void vp8_tokenize_mb(VP8_COMP *, MACROBLOCK *, TOKENEXTRA **);
|
D | tokenize.h | 33 } TOKENEXTRA; typedef
|
D | bitstream.h | 21 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount);
|
D | encodeframe.c | 41 extern void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t); 326 MACROBLOCK *x, MACROBLOCKD *xd, TOKENEXTRA **tp, in encode_mb_row() 338 TOKENEXTRA *tp_start = cpi->tok; in encode_mb_row() 671 TOKENEXTRA *tp = cpi->tok; in vp8_encode_frame() 1079 TOKENEXTRA **t) { in vp8cx_encode_intra_macroblock() 1119 int vp8cx_encode_inter_macroblock(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t, in vp8cx_encode_inter_macroblock()
|
D | bitstream.c | 120 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount) { in vp8_pack_tokens() 121 const TOKENEXTRA *stop = p + xcount; in vp8_pack_tokens() 307 const TOKENEXTRA *p = cpi->tplist[mb_row].start; in pack_tokens_into_partitions() 308 const TOKENEXTRA *stop = cpi->tplist[mb_row].stop; in pack_tokens_into_partitions() 324 const TOKENEXTRA *p = cpi->tplist[mb_row].start; in pack_mb_row_tokens() 325 const TOKENEXTRA *stop = cpi->tplist[mb_row].stop; in pack_mb_row_tokens()
|
D | ethreading.c | 59 TOKENEXTRA *tp; in thread_encoding_proc() 61 TOKENEXTRA *tp_start = cpi->tok + (1 + ithread) * (16 * 24); in thread_encoding_proc()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 314 TOKENEXTRA **tp; 329 static INLINE void add_token(TOKENEXTRA **t, const vpx_prob *context_tree, in add_token() 339 static INLINE void add_token_no_extra(TOKENEXTRA **t, in add_token_no_extra() 355 TOKENEXTRA **tp = args->tp; in tokenize_b() 362 TOKENEXTRA *t = *tp; /* store tokens starting here */ in tokenize_b() 466 void vp9_tokenize_sb(VP9_COMP *cpi, ThreadData *td, TOKENEXTRA **t, int dry_run, in vp9_tokenize_sb()
|
D | vp9_tokenize.h | 40 } TOKENEXTRA; typedef 53 TOKENEXTRA **t, int dry_run, int seg_skip,
|
D | vp9_bitstream.c | 131 static void pack_mb_tokens(vpx_writer *w, TOKENEXTRA **tp, in pack_mb_tokens() 132 const TOKENEXTRA *const stop, in pack_mb_tokens() 134 const TOKENEXTRA *p; in pack_mb_tokens() 155 *tp = (TOKENEXTRA *)(uintptr_t)p + (p->token == EOSB_TOKEN); in pack_mb_tokens() 193 *tp = (TOKENEXTRA *)(uintptr_t)p + (p->token == EOSB_TOKEN); in pack_mb_tokens() 378 vpx_writer *w, TOKENEXTRA **tok, const TOKENEXTRA *const tok_end, in write_modes_b() 427 vpx_writer *w, TOKENEXTRA **tok, const TOKENEXTRA *const tok_end, in write_modes_sb() 495 TOKENEXTRA *tok = NULL; in write_modes() 496 TOKENEXTRA *tok_end = NULL; in write_modes()
|
D | vp9_encoder.h | 352 TOKENEXTRA *start; 353 TOKENEXTRA *stop; 622 TOKENEXTRA *tile_tok[4][1 << 6]; 987 int mi_row, TOKENEXTRA **tok) { in get_start_tok()
|
D | vp9_encodeframe.c | 61 static void encode_superblock(VP9_COMP *cpi, ThreadData *td, TOKENEXTRA **t, 2230 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_b() 2257 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_sb() 2579 const TileInfo *const tile, TOKENEXTRA **tp, int mi_row, in encode_b_rt() 2594 const TileInfo *const tile, TOKENEXTRA **tp, in encode_sb_rt() 2664 TOKENEXTRA **tp, int mi_row, int mi_col, in rd_use_partition() 3811 TileDataEnc *tile_data, TOKENEXTRA **tp, in rd_pick_partition() 3823 TOKENEXTRA *tp_orig = *tp; in rd_pick_partition() 4395 TOKENEXTRA **tp) { in encode_rd_sb_row() 4823 TileDataEnc *tile_data, TOKENEXTRA **tp, in nonrd_pick_partition() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | tokenize.h | 26 } TOKENEXTRA; typedef 57 TOKENEXTRA **t, BLOCK_SIZE bsize, TX_SIZE tx_size,
|
D | tokenize.c | 30 static int cost_and_tokenize_map(Av1ColorMapParam *param, TOKENEXTRA **t, in cost_and_tokenize_map() 117 TOKENEXTRA **t, BLOCK_SIZE bsize, TX_SIZE tx_size, in av1_tokenize_color_map()
|
D | encoder.h | 700 TOKENEXTRA *start; 701 TOKENEXTRA *stop; 1246 TOKENEXTRA *tile_tok[MAX_TILE_ROWS][MAX_TILE_COLS]; 1592 int mi_row, TOKENEXTRA **tok, int sb_size_log2, in get_start_tok()
|
D | bitstream.c | 342 static AOM_INLINE void pack_map_tokens(aom_writer *w, const TOKENEXTRA **tp, in pack_map_tokens() 344 const TOKENEXTRA *p = *tp; in pack_map_tokens() 356 aom_writer *w, AV1_COMMON *cm, MACROBLOCK *const x, const TOKENEXTRA **tp, in pack_txb_tokens() 357 const TOKENEXTRA *const tok_end, MACROBLOCKD *xd, MB_MODE_INFO *mbmi, in pack_txb_tokens() 1393 aom_writer *w, const TOKENEXTRA **tok, const TOKENEXTRA *const tok_end, in write_inter_txb_coeff() 1428 const TOKENEXTRA **tok, in write_tokens_b() 1429 const TOKENEXTRA *const tok_end) { in write_tokens_b() 1482 aom_writer *w, const TOKENEXTRA **tok, in write_modes_b() 1483 const TOKENEXTRA *const tok_end, in write_modes_b() 1599 const TOKENEXTRA **tok, const TOKENEXTRA *const tok_end, int mi_row, in write_modes_sb() [all …]
|
D | encodeframe.c | 78 TOKENEXTRA **t, RUN_TYPE dry_run, 1560 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_b() 1692 TileDataEnc *tile_data, TOKENEXTRA **tp, in encode_sb() 1882 TOKENEXTRA **tp, int mi_row, int mi_col, BLOCK_SIZE bsize, int *rate, in rd_use_partition() 2189 MB_MODE_INFO **mib, TOKENEXTRA **tp, in nonrd_use_partition() 2507 TileDataEnc *tile_data, TOKENEXTRA **tp, int is_last, in rd_try_subblock() 2549 TileDataEnc *tile_data, TOKENEXTRA **tp, in rd_test_partition3() 2675 TileDataEnc *tile_data, TOKENEXTRA **tp, in rd_pick_partition() 2690 const TOKENEXTRA *const tp_orig = *tp; in rd_pick_partition() 4431 PC_TREE *const pc_root, TOKENEXTRA **tp, in encode_nonrd_sb() [all …]
|