HomeSort by relevance Sort by last modified time
    Searched refs:VP8D_COMP (Results 1 - 17 of 17) sorted by null

  /external/libvpx/vp8/decoder/
decodemv.h 14 void vp8_decode_mode_mvs(VP8D_COMP *);
decoderthreading.h 19 extern void vp8mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd);
20 extern void vp8_decoder_remove_threads(VP8D_COMP *pbi);
21 extern void vp8_decoder_create_threads(VP8D_COMP *pbi);
22 extern int vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows);
23 extern void vp8mt_de_alloc_temp_buffers(VP8D_COMP *pbi, int mb_rows);
reconintra_mt.h 17 extern void vp8mt_build_intra_predictors_mby(VP8D_COMP *pbi, MACROBLOCKD *x, int mb_row, int mb_col);
18 extern void vp8mt_build_intra_predictors_mby_s(VP8D_COMP *pbi, MACROBLOCKD *x, int mb_row, int mb_col);
19 extern void vp8mt_build_intra_predictors_mbuv(VP8D_COMP *pbi, MACROBLOCKD *x, int mb_row, int mb_col);
20 extern void vp8mt_build_intra_predictors_mbuv_s(VP8D_COMP *pbi, MACROBLOCKD *x, int mb_row, int mb_col);
22 extern void vp8mt_predict_intra4x4(VP8D_COMP *pbi, MACROBLOCKD *x, int b_mode, unsigned char *predictor, int mb_row, int mb_col, int num);
23 extern void vp8mt_intra_prediction_down_copy(VP8D_COMP *pbi, MACROBLOCKD *x, int mb_row, int mb_col);
detokenize.h 22 int vp8_decode_mb_tokens(VP8D_COMP *, MACROBLOCKD *);
onyxd_if.c 38 extern void vp8cx_init_de_quantizer(VP8D_COMP *pbi);
93 VP8D_COMP *pbi = vpx_memalign(32, sizeof(VP8D_COMP));
98 vpx_memset(pbi, 0, sizeof(VP8D_COMP));
144 VP8D_COMP *pbi = (VP8D_COMP *) ptr;
161 VP8D_COMP *pbi = (VP8D_COMP *) comp;
175 VP8D_COMP *pbi = (VP8D_COMP *) comp
    [all...]
onyxd_int.h 137 } VP8D_COMP;
139 int vp8_decode_frame(VP8D_COMP *cpi);
140 void vp8_dmachine_specific_config(VP8D_COMP *pbi);
detokenize.c 89 void vp8_init_detokenizer(VP8D_COMP *dx)
206 int vp8_decode_mb_tokens(VP8D_COMP *dx, MACROBLOCKD *x)
234 int vp8_decode_mb_tokens(VP8D_COMP *dx, MACROBLOCKD *x)
decodframe.c 41 void vp8cx_init_de_quantizer(VP8D_COMP *pbi)
65 void mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd)
113 static void skip_recon_mb(VP8D_COMP *pbi, MACROBLOCKD *xd)
179 void vp8_decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd)
323 void vp8_decode_mb_row(VP8D_COMP *pbi,
422 static void setup_token_decoder(VP8D_COMP *pbi,
486 static void stop_token_decoder(VP8D_COMP *pbi)
495 static void init_frame(VP8D_COMP *pbi)
561 int vp8_decode_frame(VP8D_COMP *pbi)
threading.c 29 extern void mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd);
39 void vp8_setup_decoding_thread_data(VP8D_COMP *pbi, MACROBLOCKD *xd, MB_ROW_DEC *mbrd, int count)
100 void vp8mt_decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd, int mb_row, int mb_col)
238 VP8D_COMP *pbi = (VP8D_COMP *)(((DECODETHREAD_DATA *)p_data)->ptr1);
449 void vp8_decoder_create_threads(VP8D_COMP *pbi)
493 void vp8mt_de_alloc_temp_buffers(VP8D_COMP *pbi, int mb_rows)
599 int vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows)
658 void vp8_decoder_remove_threads(VP8D_COMP *pbi)
713 void vp8mt_lpf_init( VP8D_COMP *pbi, int default_filt_lvl
    [all...]
decodemv.c 65 static void vp8_kfread_modes(VP8D_COMP *pbi, MODE_INFO *m, int mb_row, int mb_col)
249 void vp8_mb_mode_mv_init(VP8D_COMP *pbi)
290 void vp8_read_mb_modes_mv(VP8D_COMP *pbi, MODE_INFO *mi, MB_MODE_INFO *mbmi,
523 void vp8_decode_mode_mvs(VP8D_COMP *pbi)
reconintra_mt.c 22 void vp8mt_build_intra_predictors_mby(VP8D_COMP *pbi, MACROBLOCKD *x, int mb_row, int mb_col)
157 void vp8mt_build_intra_predictors_mby_s(VP8D_COMP *pbi, MACROBLOCKD *x, int mb_row, int mb_col)
300 void vp8mt_build_intra_predictors_mbuv(VP8D_COMP *pbi, MACROBLOCKD *x, int mb_row, int mb_col)
463 void vp8mt_build_intra_predictors_mbuv_s(VP8D_COMP *pbi, MACROBLOCKD *x, int mb_row, int mb_col)
633 void vp8mt_predict_intra4x4(VP8D_COMP *pbi,
952 void vp8mt_intra_prediction_down_copy(VP8D_COMP *pbi, MACROBLOCKD *x, int mb_row, int mb_col)
  /external/libvpx/vp8/decoder/arm/
detokenize_arm.h 17 void vp8_init_detokenizer(VP8D_COMP *dx);
arm_dsystemdependent.c 21 void vp8_arch_arm_decode_init(VP8D_COMP *pbi)
  /external/libvpx/vp8/decoder/generic/
dsystemdependent.c 16 extern void vp8_arch_x86_decode_init(VP8D_COMP *pbi);
17 extern void vp8_arch_arm_decode_init(VP8D_COMP *pbi);
19 void vp8_dmachine_specific_config(VP8D_COMP *pbi)
  /external/libvpx/vp8/decoder/x86/
x86_dsystemdependent.c 29 void vp8_arch_x86_decode_init(VP8D_COMP *pbi)
onyxdxv.c 89 VP8D_COMP *my_pbi;
199 VP8D_COMP *pbi;
771 this_algorithm_base->my_pbi = (VP8D_COMP *) vp8dx_create_decompressor(&ocf);
958 VP8D_COMP *pbi;
  /external/libvpx/vp8/
vp8_dx_iface.c 432 VP8D_COMP *pbi = (VP8D_COMP *)ctx->pbi;

Completed in 83 milliseconds