Home
last modified time | relevance | path

Searched refs:TOKENEXTRA (Results 1 – 15 of 15) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dvp8_asm_enc_offsets.c54 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)
Dtokenize.c26 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 …]
Dencodeframe.h25 TOKENEXTRA **t,
30 TOKENEXTRA **t);
Dbitstream.h20 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);
Dtokenize.h36 } TOKENEXTRA; typedef
Donyx_int.h210 TOKENEXTRA *start;
211 TOKENEXTRA *stop;
344 TOKENEXTRA *tok;
708 void vp8_tokenize_mb(VP8_COMP *, MACROBLOCK *, TOKENEXTRA **);
Dencodeframe.c37 extern void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) ;
367 TOKENEXTRA **tp, in encode_mb_row()
381 TOKENEXTRA * tp_start = cpi->tok; in encode_mb_row()
720 TOKENEXTRA *tp = cpi->tok; in vp8_encode_frame()
1165 TOKENEXTRA **t) in vp8cx_encode_intra_macroblock()
1209 VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t, in vp8cx_encode_inter_macroblock()
Dbitstream.c163 void vp8_pack_tokens_c(vp8_writer *w, const TOKENEXTRA *p, int xcount) in vp8_pack_tokens_c()
165 const TOKENEXTRA *stop = p + xcount; in vp8_pack_tokens_c()
398 const TOKENEXTRA *p = cpi->tplist[mb_row].start; in pack_tokens_into_partitions_c()
399 const TOKENEXTRA *stop = cpi->tplist[mb_row].stop; in pack_tokens_into_partitions_c()
417 const TOKENEXTRA *p = cpi->tplist[mb_row].start; in pack_mb_row_tokens_c()
418 const TOKENEXTRA *stop = cpi->tplist[mb_row].stop; in pack_mb_row_tokens_c()
Dethreading.c68 TOKENEXTRA *tp ; in thread_encoding_proc()
70 TOKENEXTRA *tp_start = cpi->tok + (1 + ithread) * (16 * 24); in thread_encoding_proc()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.h37 } TOKENEXTRA; typedef
47 void vp9_tokenize_sb(struct VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
Dvp9_tokenize.c164 TOKENEXTRA **tp;
179 static INLINE void add_token(TOKENEXTRA **t, const vp9_prob *context_tree, in add_token()
191 static INLINE void add_token_no_extra(TOKENEXTRA **t, in add_token_no_extra()
214 TOKENEXTRA **tp = args->tp; in tokenize_b()
221 TOKENEXTRA *t = *tp; /* store tokens starting here */ in tokenize_b()
308 void vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTRA **t, int dry_run, in vp9_tokenize_sb()
313 TOKENEXTRA *t_backup = *t; in vp9_tokenize_sb()
Dvp9_bitstream.c125 TOKENEXTRA **tp, const TOKENEXTRA *stop) { in pack_mb_tokens()
126 TOKENEXTRA *p = *tp; in pack_mb_tokens()
372 vp9_writer *w, TOKENEXTRA **tok, TOKENEXTRA *tok_end, in write_modes_b()
418 vp9_writer *w, TOKENEXTRA **tok, TOKENEXTRA *tok_end, in write_modes_sb()
474 vp9_writer *w, TOKENEXTRA **tok, TOKENEXTRA *tok_end) { in write_modes()
932 TOKENEXTRA *tok[4][1 << 6], *tok_end;
Dvp9_encodeframe.c76 static void encode_superblock(VP9_COMP *cpi, TOKENEXTRA **t, int output_enabled,
1222 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_b()
1246 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_sb()
1453 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_b_rt()
1475 TOKENEXTRA **tp, int mi_row, int mi_col, in encode_sb_rt()
1558 TOKENEXTRA **tp, int mi_row, int mi_col, in rd_use_partition()
1999 TOKENEXTRA **tp, int mi_row, in rd_pick_partition()
2008 TOKENEXTRA *tp_orig = *tp; in rd_pick_partition()
2313 int mi_row, TOKENEXTRA **tp) { in encode_rd_sb_row()
2643 TOKENEXTRA **tp, int mi_row, in nonrd_pick_partition()
[all …]
Dvp9_onyx_int.h334 TOKENEXTRA *tok;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
Dvp8_packtokens_armv5.asm40 ; 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)