Searched refs:TOKENEXTRA (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | tokenize.c | 26 void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) ; 106 TOKENEXTRA **tp, in tokenize2nd_order_b() 113 TOKENEXTRA *t = *tp;/* store tokens starting here */ in tokenize2nd_order_b() 194 TOKENEXTRA **tp, in tokenize1st_order_b() 205 TOKENEXTRA *t = *tp;/* store tokens starting here */ in tokenize1st_order_b() 383 void vp8_tokenize_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) in vp8_tokenize_mb() 496 TOKENEXTRA **tp, in stuff2nd_order_b() 504 TOKENEXTRA *t = *tp; /* store tokens starting here */ in stuff2nd_order_b() 520 TOKENEXTRA **tp, in stuff1st_order_b() 530 TOKENEXTRA *t = *tp; /* store tokens starting here */ in stuff1st_order_b() [all …]
|
D | encodeframe.h | 25 TOKENEXTRA **t, 30 TOKENEXTRA **t);
|
D | onyx_int.h | 207 TOKENEXTRA *start; 208 TOKENEXTRA *stop; 341 TOKENEXTRA *tok; 729 void vp8_tokenize_mb(VP8_COMP *, MACROBLOCK *, TOKENEXTRA **);
|
D | bitstream.h | 19 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount);
|
D | tokenize.h | 36 } TOKENEXTRA; typedef
|
D | encodeframe.c | 38 extern void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) ; 368 TOKENEXTRA **tp, in encode_mb_row() 382 TOKENEXTRA * tp_start = cpi->tok; in encode_mb_row() 741 TOKENEXTRA *tp = cpi->tok; in vp8_encode_frame() 1188 TOKENEXTRA **t) in vp8cx_encode_intra_macroblock() 1232 VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t, in vp8cx_encode_inter_macroblock()
|
D | bitstream.c | 162 void vp8_pack_tokens(vp8_writer *w, const TOKENEXTRA *p, int xcount) in vp8_pack_tokens() 164 const TOKENEXTRA *stop = p + xcount; in vp8_pack_tokens() 397 const TOKENEXTRA *p = cpi->tplist[mb_row].start; in pack_tokens_into_partitions() 398 const TOKENEXTRA *stop = cpi->tplist[mb_row].stop; in pack_tokens_into_partitions() 417 const TOKENEXTRA *p = cpi->tplist[mb_row].start; in pack_mb_row_tokens() 418 const TOKENEXTRA *stop = cpi->tplist[mb_row].stop; in pack_mb_row_tokens()
|
D | ethreading.c | 66 TOKENEXTRA *tp ; in thread_encoding_proc() 68 TOKENEXTRA *tp_start = cpi->tok + (1 + ithread) * (16 * 24); in thread_encoding_proc()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 416 TOKENEXTRA **tp; 433 static INLINE void add_token(TOKENEXTRA **t, const vpx_prob *context_tree, in add_token() 445 static INLINE void add_token_no_extra(TOKENEXTRA **t, in add_token_no_extra() 470 TOKENEXTRA **tp = args->tp; in tokenize_b() 477 TOKENEXTRA *t = *tp; /* store tokens starting here */ in tokenize_b() 586 void vp9_tokenize_sb(VP9_COMP *cpi, ThreadData *td, TOKENEXTRA **t, in vp9_tokenize_sb()
|
D | vp9_tokenize.h | 42 } TOKENEXTRA; typedef 55 TOKENEXTRA **t, int dry_run, BLOCK_SIZE bsize);
|
D | vp9_bitstream.c | 124 TOKENEXTRA **tp, const TOKENEXTRA *const stop, in pack_mb_tokens() 126 TOKENEXTRA *p = *tp; in pack_mb_tokens() 377 vpx_writer *w, TOKENEXTRA **tok, in write_modes_b() 378 const TOKENEXTRA *const tok_end, in write_modes_b() 428 TOKENEXTRA **tok, const TOKENEXTRA *const tok_end, in write_modes_sb() 486 TOKENEXTRA **tok, const TOKENEXTRA *const tok_end) { in write_modes() 932 TOKENEXTRA *tok_end; in encode_tiles() 943 TOKENEXTRA *tok = cpi->tile_tok[tile_row][tile_col]; in encode_tiles()
|
D | vp9_encodeframe.c | 51 TOKENEXTRA **t, int output_enabled, 1403 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_b() 1421 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_sb() 1734 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_b_rt() 1760 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_sb_rt() 1833 MODE_INFO **mi_8x8, TOKENEXTRA **tp, in rd_use_partition() 2345 TOKENEXTRA **tp, int mi_row, int mi_col, in rd_pick_partition() 2355 TOKENEXTRA *tp_orig = *tp; in rd_pick_partition() 2774 TOKENEXTRA **tp) { in encode_rd_sb_row() 3049 TOKENEXTRA **tp, int mi_row, in nonrd_pick_partition() [all …]
|
D | vp9_encoder.h | 337 TOKENEXTRA *tile_tok[4][1 << 6];
|