/external/libvpx/libvpx/vp8/encoder/ |
D | vp8_asm_enc_offsets.c | 54 DEFINE(tokenextra_token, offsetof(TOKENEXTRA, Token)); 55 DEFINE(tokenextra_extra, offsetof(TOKENEXTRA, Extra)); 56 DEFINE(tokenextra_context_tree, offsetof(TOKENEXTRA, context_tree)); 57 DEFINE(tokenextra_skip_eob_node, offsetof(TOKENEXTRA, skip_eob_node)); 58 DEFINE(TOKENEXTRA_SZ, sizeof(TOKENEXTRA)); 91 ct_assert(TOKENEXTRA_SZ, sizeof(TOKENEXTRA) == 8)
|
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 | bitstream.h | 20 void vp8cx_pack_tokens_armv5(vp8_writer *w, const TOKENEXTRA *p, int xcount, 43 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount);
|
D | onyx_int.h | 207 TOKENEXTRA *start; 208 TOKENEXTRA *stop; 341 TOKENEXTRA *tok; 707 void vp8_tokenize_mb(VP8_COMP *, MACROBLOCK *, TOKENEXTRA **);
|
D | tokenize.h | 36 } TOKENEXTRA; typedef
|
D | encodeframe.c | 37 extern void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) ; 366 TOKENEXTRA **tp, in encode_mb_row() 380 TOKENEXTRA * tp_start = cpi->tok; in encode_mb_row() 732 TOKENEXTRA *tp = cpi->tok; in vp8_encode_frame() 1177 TOKENEXTRA **t) in vp8cx_encode_intra_macroblock() 1221 VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t, in vp8cx_encode_inter_macroblock()
|
D | bitstream.c | 162 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount) in vp8_pack_tokens_c() 164 const TOKENEXTRA *stop = p + xcount; in vp8_pack_tokens_c() 397 const TOKENEXTRA *p = cpi->tplist[mb_row].start; in pack_tokens_into_partitions_c() 398 const TOKENEXTRA *stop = cpi->tplist[mb_row].stop; in pack_tokens_into_partitions_c() 416 const TOKENEXTRA *p = cpi->tplist[mb_row].start; in pack_mb_row_tokens_c() 417 const TOKENEXTRA *stop = cpi->tplist[mb_row].stop; in pack_mb_row_tokens_c()
|
D | ethreading.c | 68 TOKENEXTRA *tp ; in thread_encoding_proc() 70 TOKENEXTRA *tp_start = cpi->tok + (1 + ithread) * (16 * 24); in thread_encoding_proc()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 155 TOKENEXTRA **tp; 170 static INLINE void add_token(TOKENEXTRA **t, const vp9_prob *context_tree, in add_token() 182 static INLINE void add_token_no_extra(TOKENEXTRA **t, in add_token_no_extra() 205 TOKENEXTRA **tp = args->tp; in tokenize_b() 212 TOKENEXTRA *t = *tp; /* store tokens starting here */ in tokenize_b() 301 void vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTRA **t, int dry_run, in vp9_tokenize_sb() 306 TOKENEXTRA *t_backup = *t; in vp9_tokenize_sb()
|
D | vp9_tokenize.h | 37 } TOKENEXTRA; typedef 47 void vp9_tokenize_sb(struct VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
|
D | vp9_bitstream.c | 123 TOKENEXTRA **tp, const TOKENEXTRA *const stop) { in pack_mb_tokens() 124 TOKENEXTRA *p = *tp; in pack_mb_tokens() 367 vp9_writer *w, TOKENEXTRA **tok, in write_modes_b() 368 const TOKENEXTRA *const tok_end, in write_modes_b() 415 TOKENEXTRA **tok, const TOKENEXTRA *const tok_end, in write_modes_sb() 471 TOKENEXTRA **tok, const TOKENEXTRA *const tok_end) { in write_modes() 920 TOKENEXTRA *tok[4][1 << 6], *tok_end; in encode_tiles()
|
D | vp9_encodeframe.c | 52 static void encode_superblock(VP9_COMP *cpi, TOKENEXTRA **t, int output_enabled, 904 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_b() 920 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_sb() 1326 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_b_rt() 1347 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_sb_rt() 1420 TOKENEXTRA **tp, int mi_row, int mi_col, in rd_use_partition() 1990 TOKENEXTRA **tp, int mi_row, in rd_pick_partition() 2000 TOKENEXTRA *tp_orig = *tp; in rd_pick_partition() 2416 int mi_row, TOKENEXTRA **tp) { in encode_rd_sb_row() 2679 TOKENEXTRA **tp, int mi_row, in nonrd_pick_partition() [all …]
|
D | vp9_encoder.h | 289 TOKENEXTRA *tok;
|
/external/libvpx/libvpx/vp8/encoder/arm/armv5te/ |
D | vp8_packtokens_armv5.asm | 40 ; r1 const TOKENEXTRA *p 49 ; Add size of xcount * sizeof (TOKENEXTRA) to get stop 50 ; sizeof (TOKENEXTRA) is 8 51 add r2, r1, r2, lsl #3 ; stop = p + xcount*sizeof(TOKENEXTRA)
|