Searched refs:cpi (Results 126 - 150 of 171) sorted by relevance

1234567

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.h47 void vp9_tokenize_sb(struct VP9_COMP *cpi, TOKENEXTRA **t, int dry_run,
H A Dvp9_tokenize.c162 VP9_COMP *cpi; member in struct:tokenize_b_args
171 struct macroblock_plane *p = &args->cpi->mb.plane[plane];
212 VP9_COMP *cpi = args->cpi; local
216 struct macroblock_plane *p = &cpi->mb.plane[plane];
230 cpi->coef_counts[tx_size][type][ref];
232 cpi->common.fc.coef_probs[tx_size][type][ref];
234 cpi->common.counts.eob_branch[tx_size][type][ref];
237 const int seg_eob = get_tx_eob(&cpi->common.seg, segment_id, tx_size);
308 void vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTR argument
[all...]
H A Dvp9_mcomp.h53 int vp9_init_search_range(struct VP9_COMP *cpi, int size);
56 int vp9_full_pixel_diamond(const struct VP9_COMP *cpi, MACROBLOCK *x,
H A Dvp9_encodemv.c202 void vp9_encode_mv(VP9_COMP* cpi, vp9_writer* w, argument
219 if (!cpi->dummy_packing && cpi->sf.auto_mv_step_size) {
221 cpi->max_mv_magnitude = MAX(maxv, cpi->max_mv_magnitude);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_tokenize.c246 VP9_COMP *cpi; member in struct:tokenize_b_args
255 struct macroblock_plane *p = &args->cpi->mb.plane[plane];
296 VP9_COMP *cpi = args->cpi; local
300 struct macroblock_plane *p = &cpi->mb.plane[plane];
314 cpi->coef_counts[tx_size][type][ref];
316 cpi->common.fc.coef_probs[tx_size][type][ref];
318 cpi->common.counts.eob_branch[tx_size][type][ref];
320 const int seg_eob = get_tx_eob(&cpi->common.seg, segment_id, tx_size);
333 if (cpi
406 vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTRA **t, int dry_run, BLOCK_SIZE bsize) argument
[all...]
H A Dvp9_context_tree.h75 void vp9_setup_pc_tree(struct VP9Common *cm, struct VP9_COMP *cpi);
76 void vp9_free_pc_tree(struct VP9_COMP *cpi);
H A Dvp9_mcomp.h70 int vp9_full_pixel_diamond(const struct VP9_COMP *cpi, MACROBLOCK *x,
139 int vp9_full_pixel_search(struct VP9_COMP *cpi, MACROBLOCK *x,
H A Dvp9_quantize.c571 void vp9_init_quantizer(VP9_COMP *cpi) { argument
572 VP9_COMMON *const cm = &cpi->common;
573 QUANTS *const quants = &cpi->quants;
627 void vp9_init_plane_quantizers(VP9_COMP *cpi, MACROBLOCK *x) { argument
628 const VP9_COMMON *const cm = &cpi->common;
630 QUANTS *const quants = &cpi->quants;
633 const int rdmult = vp9_compute_rd_mult(cpi, qindex + cm->y_dc_delta_q);
634 const int zbin = cpi->zbin_mode_boost;
673 vp9_initialize_me_consts(cpi, x->q_index);
676 void vp9_update_zbin_extra(VP9_COMP *cpi, MACROBLOC argument
688 vp9_frame_init_quantizer(VP9_COMP *cpi) argument
[all...]
H A Dvp9_encodemv.c202 void vp9_encode_mv(VP9_COMP* cpi, vp9_writer* w, argument
219 if (cpi->sf.mv.auto_mv_step_size) {
221 cpi->max_mv_magnitude = MAX(maxv, cpi->max_mv_magnitude);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c73 struct VP8_COMP *cpi; member in struct:vpx_codec_alg_priv
459 vp8_change_config(ctx->cpi, &ctx->oxcf);
472 *arg = vp8_get_quantizer(ctx->cpi);
481 *arg = vp8_reverse_trans(vp8_get_quantizer(ctx->cpi));
492 vp8_change_config(ctx->cpi, &ctx->oxcf);
673 priv->cpi = vp8_create_compressor(&priv->oxcf);
674 if (!priv->cpi)
695 vp8_remove_compressor(&ctx->cpi);
767 vp8_change_config(ctx->cpi, &ctx->oxcf);
815 vp8_use_as_reference(ctx->cpi, re
884 VP8_COMP *cpi = (VP8_COMP *)ctx->cpi; local
917 VP8_COMP *cpi = (VP8_COMP *)ctx->cpi; local
[all...]
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c83 struct VP8_COMP *cpi; member in struct:vpx_codec_alg_priv
469 vp8_change_config(ctx->cpi, &ctx->oxcf);
492 MAP(VP8E_GET_LAST_QUANTIZER, vp8_get_quantizer(ctx->cpi));
493 MAP(VP8E_GET_LAST_QUANTIZER_64, vp8_reverse_trans(vp8_get_quantizer(ctx->cpi)));
534 vp8_change_config(ctx->cpi, &ctx->oxcf);
650 ctx->priv->alg_priv->cpi = optr;
670 vp8_remove_compressor(&ctx->cpi);
736 vp8_change_config(ctx->cpi, &ctx->oxcf);
784 vp8_use_as_reference(ctx->cpi, ref);
802 vp8_update_reference(ctx->cpi, up
853 VP8_COMP *cpi = (VP8_COMP *)ctx->cpi; local
886 VP8_COMP *cpi = (VP8_COMP *)ctx->cpi; local
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
H A DForm35c.java82 int cpi = ci.getIndex();
84 if (! unsignedFitsInShort(cpi)) {
123 int cpi = ((CstInsn) insn).getIndex();
135 (short) cpi,
H A DForm5rc.java99 int cpi = ((CstInsn) insn).getIndex();
103 write(out, opcodeUnit(insn), cpi, (short) count, (short) firstReg);
H A DForm31c.java138 int cpi = ((CstInsn) insn).getIndex();
140 write(out, opcodeUnit(insn, regs.get(0).getReg()), cpi);
H A DForm41c.java140 int cpi = ((CstInsn) insn).getIndex();
142 write(out, opcodeUnit(insn), cpi, (short) regs.get(0).getReg());
H A DForm52c.java107 int cpi = ((CstInsn) insn).getIndex();
111 cpi,
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodemv.c357 void vp8_write_mvprobs(VP8_COMP *cpi) argument
359 vp8_writer *const w = cpi->bc;
360 MV_CONTEXT *mvc = cpi->common.fc.mvc;
367 cpi->mb.MVcount[0], 0, &flags[0]
371 cpi->mb.MVcount[1], 1, &flags[1]
375 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flags);
H A Dbitstream.h31 void vp8cx_pack_mb_row_tokens_armv5(VP8_COMP *cpi, vp8_writer *w,
H A Dencodeintra.c21 int vp8_encode_intra(VP8_COMP *cpi, MACROBLOCK *x, int use_dc_pred) argument
26 (void) cpi;
H A Donyx_int.h705 void vp8_pack_bitstream(VP8_COMP *cpi, unsigned char *dest,
710 void vp8_set_speed_features(VP8_COMP *cpi);
716 vpx_internal_error(&cpi->common.error, VPX_CODEC_MEM_ERROR,\
724 vpx_internal_error(&cpi->common.error, VPX_CODEC_MEM_ERROR,\
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemv.c357 void vp8_write_mvprobs(VP8_COMP *cpi) argument
359 vp8_writer *const w = cpi->bc;
360 MV_CONTEXT *mvc = cpi->common.fc.mvc;
367 cpi->mb.MVcount[0], 0, &flags[0]
371 cpi->mb.MVcount[1], 1, &flags[1]
375 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flags);
H A Dbitstream.h31 void vp8cx_pack_mb_row_tokens_armv5(VP8_COMP *cpi, vp8_writer *w,
H A Dencodeintra.c21 int vp8_encode_intra(VP8_COMP *cpi, MACROBLOCK *x, int use_dc_pred) argument
26 (void) cpi;
/external/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_top_level.cpp15 CONST T cpi = T(3.1415926535897932385); // expected-note {{template is declared here}} variable
26 int icpi = cpi<int>;
28 double dcpi = cpi<double>;
34 int icpi = cpi; // expected-error {{cannot refer to variable template 'cpi' without a template argument list}}
44 return cpi<T> * r * r;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Donyxd_int.h133 int vp8_decode_frame(VP8D_COMP *cpi);

Completed in 1110 milliseconds

1234567