Searched refs:VP8D_COMP (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecoderthreading.h19 void vp8mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd);
20 void vp8_decoder_remove_threads(VP8D_COMP *pbi);
21 void vp8_decoder_create_threads(VP8D_COMP *pbi);
22 void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows);
23 void vp8mt_de_alloc_temp_buffers(VP8D_COMP *pbi, int mb_rows);
H A Ddecodemv.h20 void vp8_decode_mode_mvs(VP8D_COMP *);
H A Ddetokenize.h21 int vp8_decode_mb_tokens(VP8D_COMP *, MACROBLOCKD *);
H A Derror_concealment.h23 int vp8_alloc_overlap_lists(VP8D_COMP *pbi);
26 void vp8_de_alloc_overlap_lists(VP8D_COMP *pbi);
29 void vp8_estimate_missing_mvs(VP8D_COMP *pbi);
H A Donyxd_int.h62 struct VP8D_COMP *pbi[MAX_FB_MT_DEC];
66 typedef struct VP8D_COMP struct
131 } VP8D_COMP; typedef in typeref:struct:VP8D_COMP
133 int vp8_decode_frame(VP8D_COMP *cpi);
H A Donyxd_if.c41 extern void vp8cx_init_de_quantizer(VP8D_COMP *pbi);
45 static void remove_decompressor(VP8D_COMP *pbi)
54 static struct VP8D_COMP * create_decompressor(VP8D_CONFIG *oxcf)
56 VP8D_COMP *pbi = vpx_memalign(32, sizeof(VP8D_COMP));
61 vpx_memset(pbi, 0, sizeof(VP8D_COMP));
110 vpx_codec_err_t vp8dx_get_reference(VP8D_COMP *pbi, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd)
141 vpx_codec_err_t vp8dx_set_reference(VP8D_COMP *pbi, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd)
261 int check_fragments_for_errors(VP8D_COMP *pbi)
300 int vp8dx_receive_compressed_data(VP8D_COMP *pb
[all...]
H A Dthreading.c39 void vp8_mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd);
41 static void setup_decoding_thread_data(VP8D_COMP *pbi, MACROBLOCKD *xd, MB_ROW_DEC *mbrd, int count)
92 static void mt_decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd,
296 static void mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd, int start_mb_row)
623 VP8D_COMP *pbi = (VP8D_COMP *)(((DECODETHREAD_DATA *)p_data)->ptr1);
650 void vp8_decoder_create_threads(VP8D_COMP *pbi)
695 void vp8mt_de_alloc_temp_buffers(VP8D_COMP *pbi, int mb_rows)
775 void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows)
828 void vp8_decoder_remove_threads(VP8D_COMP *pb
[all...]
H A Ddecodemv.c49 static void read_kf_modes(VP8D_COMP *pbi, MODE_INFO *mi)
151 static void mb_mode_mv_init(VP8D_COMP *pbi)
339 static void read_mb_modes_mv(VP8D_COMP *pbi, MODE_INFO *mi, MB_MODE_INFO *mbmi)
591 static void decode_mb_mode_mvs(VP8D_COMP *pbi, MODE_INFO *mi,
618 void vp8_decode_mode_mvs(VP8D_COMP *pbi)
H A Ddecodeframe.c41 void vp8cx_init_de_quantizer(VP8D_COMP *pbi)
58 void vp8_mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd)
97 static void decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd,
500 static void decode_mb_rows(VP8D_COMP *pbi)
755 static unsigned int read_partition_size(VP8D_COMP *pbi,
775 VP8D_COMP *pbi,
822 static void setup_token_decoder(VP8D_COMP *pbi,
911 static void init_frame(VP8D_COMP *pbi)
980 int vp8_decode_frame(VP8D_COMP *pbi)
H A Derror_concealment.c45 int vp8_alloc_overlap_lists(VP8D_COMP *pbi)
62 void vp8_de_alloc_overlap_lists(VP8D_COMP *pbi)
407 void vp8_estimate_missing_mvs(VP8D_COMP *pbi)
H A Ddetokenize.c170 int vp8_decode_mb_tokens(VP8D_COMP *dx, MACROBLOCKD *x)
/external/libvpx/libvpx/vp8/decoder/
H A Ddecoderthreading.h19 void vp8mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd);
20 void vp8_decoder_remove_threads(VP8D_COMP *pbi);
21 void vp8_decoder_create_threads(VP8D_COMP *pbi);
22 void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows);
23 void vp8mt_de_alloc_temp_buffers(VP8D_COMP *pbi, int mb_rows);
H A Ddecodemv.h20 void vp8_decode_mode_mvs(VP8D_COMP *);
H A Ddetokenize.h21 int vp8_decode_mb_tokens(VP8D_COMP *, MACROBLOCKD *);
H A Derror_concealment.h23 int vp8_alloc_overlap_lists(VP8D_COMP *pbi);
26 void vp8_de_alloc_overlap_lists(VP8D_COMP *pbi);
29 void vp8_estimate_missing_mvs(VP8D_COMP *pbi);
H A Donyxd_int.h62 struct VP8D_COMP *pbi[MAX_FB_MT_DEC];
66 typedef struct VP8D_COMP struct
131 } VP8D_COMP; typedef in typeref:struct:VP8D_COMP
133 int vp8_decode_frame(VP8D_COMP *cpi);
H A Donyxd_if.c41 extern void vp8cx_init_de_quantizer(VP8D_COMP *pbi);
45 static void remove_decompressor(VP8D_COMP *pbi)
54 static struct VP8D_COMP * create_decompressor(VP8D_CONFIG *oxcf)
56 VP8D_COMP *pbi = vpx_memalign(32, sizeof(VP8D_COMP));
61 vpx_memset(pbi, 0, sizeof(VP8D_COMP));
110 vpx_codec_err_t vp8dx_get_reference(VP8D_COMP *pbi, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd)
141 vpx_codec_err_t vp8dx_set_reference(VP8D_COMP *pbi, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd)
267 int check_fragments_for_errors(VP8D_COMP *pbi)
306 int vp8dx_receive_compressed_data(VP8D_COMP *pb
[all...]
H A Dthreading.c39 void vp8_mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd);
41 static void setup_decoding_thread_data(VP8D_COMP *pbi, MACROBLOCKD *xd, MB_ROW_DEC *mbrd, int count)
92 static void mt_decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd,
296 static void mt_decode_mb_rows(VP8D_COMP *pbi, MACROBLOCKD *xd, int start_mb_row)
623 VP8D_COMP *pbi = (VP8D_COMP *)(((DECODETHREAD_DATA *)p_data)->ptr1);
650 void vp8_decoder_create_threads(VP8D_COMP *pbi)
695 void vp8mt_de_alloc_temp_buffers(VP8D_COMP *pbi, int mb_rows)
775 void vp8mt_alloc_temp_buffers(VP8D_COMP *pbi, int width, int prev_mb_rows)
828 void vp8_decoder_remove_threads(VP8D_COMP *pb
[all...]
H A Ddecodemv.c49 static void read_kf_modes(VP8D_COMP *pbi, MODE_INFO *mi)
151 static void mb_mode_mv_init(VP8D_COMP *pbi)
339 static void read_mb_modes_mv(VP8D_COMP *pbi, MODE_INFO *mi, MB_MODE_INFO *mbmi)
591 static void decode_mb_mode_mvs(VP8D_COMP *pbi, MODE_INFO *mi,
618 void vp8_decode_mode_mvs(VP8D_COMP *pbi)
H A Ddecodeframe.c40 void vp8cx_init_de_quantizer(VP8D_COMP *pbi)
57 void vp8_mb_init_dequantizer(VP8D_COMP *pbi, MACROBLOCKD *xd)
96 static void decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd,
499 static void decode_mb_rows(VP8D_COMP *pbi)
746 static unsigned int read_partition_size(VP8D_COMP *pbi,
766 VP8D_COMP *pbi,
813 static void setup_token_decoder(VP8D_COMP *pbi,
902 static void init_frame(VP8D_COMP *pbi)
971 int vp8_decode_frame(VP8D_COMP *pbi)
H A Derror_concealment.c47 int vp8_alloc_overlap_lists(VP8D_COMP *pbi)
64 void vp8_de_alloc_overlap_lists(VP8D_COMP *pbi)
409 void vp8_estimate_missing_mvs(VP8D_COMP *pbi)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyxd.h27 struct VP8D_COMP;
46 void vp8dx_set_setting(struct VP8D_COMP* comp, VP8D_SETTING oxst, int x);
48 int vp8dx_get_setting(struct VP8D_COMP* comp, VP8D_SETTING oxst);
50 int vp8dx_receive_compressed_data(struct VP8D_COMP* comp,
53 int vp8dx_get_raw_frame(struct VP8D_COMP* comp, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags);
55 vpx_codec_err_t vp8dx_get_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
56 vpx_codec_err_t vp8dx_set_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
/external/libvpx/libvpx/vp8/common/
H A Donyxd.h27 struct VP8D_COMP;
46 void vp8dx_set_setting(struct VP8D_COMP* comp, VP8D_SETTING oxst, int x);
48 int vp8dx_get_setting(struct VP8D_COMP* comp, VP8D_SETTING oxst);
50 int vp8dx_receive_compressed_data(struct VP8D_COMP* comp,
53 int vp8dx_get_raw_frame(struct VP8D_COMP* comp, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags);
55 vpx_codec_err_t vp8dx_get_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
56 vpx_codec_err_t vp8dx_set_reference(struct VP8D_COMP* comp, enum vpx_ref_frame_type ref_frame_flag, YV12_BUFFER_CONFIG *sd);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_dx_iface.c407 VP8D_COMP *pbi = ctx->yv12_frame_buffers.pbi[0];
714 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0];
734 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0];
752 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0];
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c462 VP8D_COMP *pbi = ctx->yv12_frame_buffers.pbi[0];
823 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0];
844 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0];
863 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0];

Completed in 692 milliseconds

12