/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 | 187 TOKENEXTRA *start; 188 TOKENEXTRA *stop; 318 TOKENEXTRA *tok; 710 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/libaom/libaom/av1/encoder/ |
D | tokenize.h | 27 } TOKENEXTRA; typedef 36 TOKENEXTRA **tp; 51 TOKENEXTRA **t, RUN_TYPE dry_run, int mi_row, 59 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() 133 static void tokenize_vartx(ThreadData *td, TOKENEXTRA **t, RUN_TYPE dry_run, in tokenize_vartx() 188 void av1_tokenize_sb_vartx(const AV1_COMP *cpi, ThreadData *td, TOKENEXTRA **t, in av1_tokenize_sb_vartx()
|
D | encoder.h | 565 TOKENEXTRA *start; 566 TOKENEXTRA *stop; 910 TOKENEXTRA *tile_tok[MAX_TILE_ROWS][MAX_TILE_COLS]; 1183 int mi_row, TOKENEXTRA **tok, int sb_size_log2, in get_start_tok()
|
D | bitstream.c | 339 static void pack_map_tokens(aom_writer *w, const TOKENEXTRA **tp, int n, in pack_map_tokens() 341 const TOKENEXTRA *p = *tp; in pack_map_tokens() 353 const TOKENEXTRA **tp, in pack_txb_tokens() 354 const TOKENEXTRA *const tok_end, MACROBLOCKD *xd, in pack_txb_tokens() 1369 const TOKENEXTRA **tok, in write_inter_txb_coeff() 1370 const TOKENEXTRA *const tok_end, in write_inter_txb_coeff() 1415 aom_writer *w, const TOKENEXTRA **tok, in write_tokens_b() 1416 const TOKENEXTRA *const tok_end, int mi_row, in write_tokens_b() 1496 aom_writer *w, const TOKENEXTRA **tok, in write_modes_b() 1497 const TOKENEXTRA *const tok_end, int mi_row, in write_modes_b() [all …]
|
D | encodeframe.c | 68 ThreadData *td, TOKENEXTRA **t, RUN_TYPE dry_run, 1467 ThreadData *td, TOKENEXTRA **tp, int mi_row, int mi_col, in encode_b() 1512 TileDataEnc *tile_data, TOKENEXTRA **tp, int mi_row, in encode_sb() 1693 TOKENEXTRA **tp, int mi_row, int mi_col, in rd_use_partition() 1960 TOKENEXTRA **tp, int mi_row, int mi_col, in nonrd_use_partition() 2187 TileDataEnc *tile_data, TOKENEXTRA **tp, int is_last, in rd_try_subblock() 2231 TileDataEnc *tile_data, TOKENEXTRA **tp, in rd_test_partition3() 2305 TileDataEnc *tile_data, TOKENEXTRA **tp, in rd_pick_sqr_partition() 2315 const TOKENEXTRA *const tp_orig = *tp; in rd_pick_sqr_partition() 3110 TileDataEnc *tile_data, TOKENEXTRA **tp, in rd_pick_partition() [all …]
|
/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 | 126 static void pack_mb_tokens(vpx_writer *w, TOKENEXTRA **tp, in pack_mb_tokens() 127 const TOKENEXTRA *const stop, in pack_mb_tokens() 129 const TOKENEXTRA *p; in pack_mb_tokens() 150 *tp = (TOKENEXTRA *)(uintptr_t)p + (p->token == EOSB_TOKEN); in pack_mb_tokens() 188 *tp = (TOKENEXTRA *)(uintptr_t)p + (p->token == EOSB_TOKEN); in pack_mb_tokens() 373 vpx_writer *w, TOKENEXTRA **tok, const TOKENEXTRA *const tok_end, in write_modes_b() 422 vpx_writer *w, TOKENEXTRA **tok, const TOKENEXTRA *const tok_end, in write_modes_sb() 490 TOKENEXTRA *tok = NULL; in write_modes() 491 TOKENEXTRA *tok_end = NULL; in write_modes()
|
D | vp9_encoder.h | 395 TOKENEXTRA *start; 396 TOKENEXTRA *stop; 624 TOKENEXTRA *tile_tok[4][1 << 6]; 976 int mi_row, TOKENEXTRA **tok) { in get_start_tok()
|
D | vp9_encodeframe.c | 53 static void encode_superblock(VP9_COMP *cpi, ThreadData *td, TOKENEXTRA **t, 2151 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_b() 2172 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_sb() 2495 const TileInfo *const tile, TOKENEXTRA **tp, int mi_row, in encode_b_rt() 2510 const TileInfo *const tile, TOKENEXTRA **tp, in encode_sb_rt() 2579 TOKENEXTRA **tp, int mi_row, int mi_col, in rd_use_partition() 3643 TileDataEnc *tile_data, TOKENEXTRA **tp, in rd_pick_partition() 3654 TOKENEXTRA *tp_orig = *tp; in rd_pick_partition() 4204 TOKENEXTRA **tp) { in encode_rd_sb_row() 4624 TileDataEnc *tile_data, TOKENEXTRA **tp, in nonrd_pick_partition() [all …]
|