HomeSort by relevance Sort by last modified time
    Searched defs:pbi (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
onyxd_if.c 41 extern void vp8cx_init_de_quantizer(VP8D_COMP *pbi);
45 static void remove_decompressor(VP8D_COMP *pbi)
48 vp8_de_alloc_overlap_lists(pbi);
50 vp8_remove_common(&pbi->common);
51 vpx_free(pbi);
56 VP8D_COMP *pbi = vpx_memalign(32, sizeof(VP8D_COMP)); local
58 if (!pbi)
61 vpx_memset(pbi, 0, sizeof(VP8D_COMP));
63 if (setjmp(pbi->common.error.jmp))
65 pbi->common.error.setjmp = 0
481 VP8D_COMP *pbi = fb->pbi[0]; local
    [all...]
onyxd_int.h 62 struct VP8D_COMP *pbi[MAX_FB_MT_DEC]; member in struct:frame_buffers
142 vpx_internal_error(&pbi->common.error, VPX_CODEC_MEM_ERROR,\
150 vpx_internal_error(&pbi->common.error, VPX_CODEC_MEM_ERROR,\
threading.c 39 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)
43 VP8_COMMON *const pc = & pbi->common;
74 mbd->current_bc = &pbi->mbc[0];
89 pbi->mt_current_mb_col[i] = -1;
92 static void mt_decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd,
108 eobtotal = vp8_decode_mb_tokens(pbi, xd);
117 vp8_mb_init_dequantizer(pbi, xd);
122 if(pbi->ec_active)
128 throw_residual = (!pbi->independent_partitions &
623 VP8D_COMP *pbi = (VP8D_COMP *)(((DECODETHREAD_DATA *)p_data)->ptr1); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decoder.c 48 VP9Decoder *const pbi = vpx_memalign(32, sizeof(*pbi)); local
49 VP9_COMMON *const cm = pbi ? &pbi->common : NULL;
54 vp9_zero(*pbi);
58 vp9_decoder_remove(pbi);
63 pbi->need_resync = 1;
70 pbi->ready_for_new_data = 1;
82 vp9_get_worker_interface()->init(&pbi->lf_worker);
84 return pbi;
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 41 extern void vp8cx_init_de_quantizer(VP8D_COMP *pbi);
45 static void remove_decompressor(VP8D_COMP *pbi)
48 vp8_de_alloc_overlap_lists(pbi);
50 vp8_remove_common(&pbi->common);
51 vpx_free(pbi);
56 VP8D_COMP *pbi = vpx_memalign(32, sizeof(VP8D_COMP)); local
58 if (!pbi)
61 vpx_memset(pbi, 0, sizeof(VP8D_COMP));
63 if (setjmp(pbi->common.error.jmp))
65 pbi->common.error.setjmp = 0
507 VP8D_COMP *pbi = fb->pbi[0]; local
    [all...]
onyxd_int.h 62 struct VP8D_COMP *pbi[MAX_FB_MT_DEC]; member in struct:frame_buffers
142 vpx_internal_error(&pbi->common.error, VPX_CODEC_MEM_ERROR,\
150 vpx_internal_error(&pbi->common.error, VPX_CODEC_MEM_ERROR,\
threading.c 39 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)
43 VP8_COMMON *const pc = & pbi->common;
74 mbd->current_bc = &pbi->mbc[0];
89 pbi->mt_current_mb_col[i] = -1;
92 static void mt_decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd,
108 eobtotal = vp8_decode_mb_tokens(pbi, xd);
117 vp8_mb_init_dequantizer(pbi, xd);
122 if(pbi->ec_active)
128 throw_residual = (!pbi->independent_partitions &
623 VP8D_COMP *pbi = (VP8D_COMP *)(((DECODETHREAD_DATA *)p_data)->ptr1); local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 114 VP9Decoder *const pbi = vpx_memalign(32, sizeof(*pbi)); local
115 VP9_COMMON *const cm = pbi ? &pbi->common : NULL;
120 vp9_zero(*pbi);
124 vp9_decoder_remove(pbi);
137 pbi->oxcf = *oxcf;
138 pbi->ready_for_new_data = 1;
139 pbi->decoded_key_frame = 0;
150 vp9_worker_init(&pbi->lf_worker)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
onyxd_if.c 41 extern void vp8cx_init_de_quantizer(VP8D_COMP *pbi);
45 static void remove_decompressor(VP8D_COMP *pbi)
48 vp8_de_alloc_overlap_lists(pbi);
50 vp8_remove_common(&pbi->common);
51 vpx_free(pbi);
56 VP8D_COMP *pbi = vpx_memalign(32, sizeof(VP8D_COMP)); local
58 if (!pbi)
61 vpx_memset(pbi, 0, sizeof(VP8D_COMP));
63 if (setjmp(pbi->common.error.jmp))
65 pbi->common.error.setjmp = 0
509 VP8D_COMP *pbi = fb->pbi[0]; local
    [all...]
onyxd_int.h 62 struct VP8D_COMP *pbi[MAX_FB_MT_DEC]; member in struct:frame_buffers
142 vpx_internal_error(&pbi->common.error, VPX_CODEC_MEM_ERROR,\
150 vpx_internal_error(&pbi->common.error, VPX_CODEC_MEM_ERROR,\
threading.c 39 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)
43 VP8_COMMON *const pc = & pbi->common;
74 mbd->current_bc = &pbi->mbc[0];
89 pbi->mt_current_mb_col[i] = -1;
92 static void mt_decode_macroblock(VP8D_COMP *pbi, MACROBLOCKD *xd,
108 eobtotal = vp8_decode_mb_tokens(pbi, xd);
117 vp8_mb_init_dequantizer(pbi, xd);
122 if(pbi->ec_active)
128 throw_residual = (!pbi->independent_partitions &
623 VP8D_COMP *pbi = (VP8D_COMP *)(((DECODETHREAD_DATA *)p_data)->ptr1); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 114 VP9D_COMP *const pbi = vpx_memalign(32, sizeof(VP9D_COMP)); local
115 VP9_COMMON *const cm = pbi ? &pbi->common : NULL;
120 vp9_zero(*pbi);
127 vp9_remove_decompressor(pbi);
136 pbi->oxcf = *oxcf;
137 pbi->ready_for_new_data = 1;
148 pbi->decoded_key_frame = 0;
150 vp9_worker_init(&pbi->lf_worker);
152 return pbi;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_dx_iface.c 36 struct VP9Decoder *pbi; member in struct:vpx_codec_alg_priv
84 if (ctx->pbi) {
85 vp9_decoder_remove(ctx->pbi);
86 ctx->pbi = NULL;
218 VP9_COMMON *const cm = &ctx->pbi->common;
254 ctx->pbi = vp9_decoder_create();
255 if (ctx->pbi == NULL)
258 ctx->pbi->max_threads = ctx->cfg.threads;
259 ctx->pbi->inv_tile_order = ctx->invert_tile_order;
260 ctx->pbi->frame_parallel_decode = ctx->frame_parallel_decode
    [all...]
  /external/clang/test/SemaCXX/
member-pointer.cpp 16 int B::*pbi; // expected-error {{'B' is not a class, namespace, or scoped enumeration}} member in class:B
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 36 struct VP9Decoder *pbi; member in struct:vpx_codec_alg_priv
87 if (ctx->pbi) {
88 vp9_decoder_remove(ctx->pbi);
89 ctx->pbi = NULL;
182 VP9_COMMON *const cm = &ctx->pbi->common;
237 ctx->pbi = vp9_decoder_create(&oxcf);
238 if (ctx->pbi == NULL)
275 if (ctx->pbi == NULL)
281 cm = &ctx->pbi->common;
283 if (vp9_receive_compressed_data(ctx->pbi, data_sz, data, deadline)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 31 struct VP9Decompressor *pbi; member in struct:vpx_codec_alg_priv
82 if (ctx->pbi)
83 vp9_remove_decompressor(ctx->pbi);
208 VP9D_COMP *const pbi = (VP9D_COMP*)optr; local
209 VP9_COMMON *const cm = &pbi->common;
228 ctx->pbi = optr;
234 if (!res && ctx->pbi) {
235 VP9D_COMP *const pbi = ctx->pbi; local
236 VP9_COMMON *const cm = &pbi->common
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c 401 ctx->yv12_frame_buffers.pbi[0]->decrypt_cb = ctx->decrypt_cb;
402 ctx->yv12_frame_buffers.pbi[0]->decrypt_state = ctx->decrypt_state;
407 VP8D_COMP *pbi = ctx->yv12_frame_buffers.pbi[0]; local
410 VP8_COMMON *const pc = & pbi->common;
411 MACROBLOCKD *const xd = & pbi->mb;
420 if (setjmp(pbi->common.error.jmp))
422 pbi->common.error.setjmp = 0;
428 pbi->common.error.setjmp = 1;
452 for (i = 0; i < pbi->allocated_decoding_thread_count; i++
714 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; local
734 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; local
752 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/windows/
video_render_direct3d9.cc 1024 BITMAPINFO pbi; local
1034 pbi.bmiHeader.biSize = 40;
1035 pbi.bmiHeader.biWidth = bmap.bmWidth;
1036 pbi.bmiHeader.biHeight = bmap.bmHeight;
1037 pbi.bmiHeader.biPlanes = 1;
1038 pbi.bmiHeader.biBitCount = bmap.bmBitsPixel;
1039 pbi.bmiHeader.biCompression = BI_RGB;
1040 pbi.bmiHeader.biSizeImage = bmap.bmWidth * bmap.bmHeight * 3;
1043 int pixelHeight = GetDIBits(hdcNew, (HBITMAP)bitMap, 0, bmap.bmHeight, srcPtr, &pbi,
1053 if (pbi.bmiHeader.biBitCount != 24 && pbi.bmiHeader.biBitCount != 32
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 453 ctx->yv12_frame_buffers.pbi[0]->decrypt_cb = ctx->decrypt_cb;
454 ctx->yv12_frame_buffers.pbi[0]->decrypt_state = ctx->decrypt_state;
462 VP8D_COMP *pbi = ctx->yv12_frame_buffers.pbi[0]; local
465 VP8_COMMON *const pc = & pbi->common;
466 MACROBLOCKD *const xd = & pbi->mb;
475 if (setjmp(pbi->common.error.jmp))
477 pbi->common.error.setjmp = 0;
482 pbi->common.error.setjmp = 1;
506 for (i = 0; i < pbi->allocated_decoding_thread_count; i++
823 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; local
844 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; local
863 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 455 ctx->yv12_frame_buffers.pbi[0]->decrypt_cb = ctx->decrypt_cb;
456 ctx->yv12_frame_buffers.pbi[0]->decrypt_state = ctx->decrypt_state;
464 VP8D_COMP *pbi = ctx->yv12_frame_buffers.pbi[0]; local
467 VP8_COMMON *const pc = & pbi->common;
468 MACROBLOCKD *const xd = & pbi->mb;
477 if (setjmp(pbi->common.error.jmp))
479 pbi->common.error.setjmp = 0;
484 pbi->common.error.setjmp = 1;
508 for (i = 0; i < pbi->allocated_decoding_thread_count; i++
830 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; local
851 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; local
871 VP8D_COMP *pbi = (VP8D_COMP *)ctx->yv12_frame_buffers.pbi[0]; local
    [all...]

Completed in 2489 milliseconds