Home
last modified time | relevance | path

Searched refs:dec (Results 1 – 25 of 44) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_decoder.c56 ctx->config.dec = cfg; in vpx_codec_dec_init_ver()
90 res = iface->dec.peek_si(data, data_sz, si); in vpx_codec_peek_stream_info()
110 res = ctx->iface->dec.get_si(ctx->priv->alg_priv, si); in vpx_codec_get_stream_info()
131 res = ctx->iface->dec.decode(ctx->priv->alg_priv, data, data_sz, in vpx_codec_decode()
145 img = ctx->iface->dec.get_frame(ctx->priv->alg_priv, iter); in vpx_codec_get_frame()
162 ctx->priv->dec.put_frame_cb.u.put_frame = cb; in vpx_codec_register_put_frame_cb()
163 ctx->priv->dec.put_frame_cb.user_priv = user_priv; in vpx_codec_register_put_frame_cb()
182 ctx->priv->dec.put_slice_cb.u.put_slice = cb; in vpx_codec_register_put_slice_cb()
183 ctx->priv->dec.put_slice_cb.user_priv = user_priv; in vpx_codec_register_put_slice_cb()
245 res = ctx->iface->dec.set_fb_fn(ctx->priv->alg_priv, cb_get, cb_release, in vpx_codec_set_frame_buffer_functions()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dtile_independence_test.cc58 void UpdateMD5(::libvpx_test::Decoder *dec, const vpx_codec_cx_pkt_t *pkt, in UpdateMD5() argument
60 const vpx_codec_err_t res = dec->DecodeFrame( in UpdateMD5()
66 const vpx_image_t *img = dec->GetDxData().Next(); in UpdateMD5()
/hardware/bsp/intel/peripheral/libupm/src/hmc5883l/
Dhmc5883l.cxx162 Hmc5883l::set_declination(float dec) in set_declination() argument
164 m_declination = dec; in set_declination()
Dhmc5883l.h96 void set_declination(float dec);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_sad_sse2.asm75 dec n_rowsd
118 dec n_rowsd
164 dec n_rowsd
208 dec n_rowsd
256 dec n_rowsd
Dvp9_subtract_sse2.asm65 dec rowsd
76 dec rowsd
Dvp9_subpel_variance.asm493 dec h
564 dec h
662 dec h
936 dec h
Dvp9_ssim_opt.asm190 dec rdx ; counter
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_subpixel_8t_sse2.asm232 dec rcx
291 dec rcx
354 dec rcx
412 dec rcx
461 dec rcx
514 dec rcx
588 dec rcx
663 dec rcx
758 dec rcx
823 dec rcx
[all …]
Dvp9_intrapred_sse2.asm97 dec lines4d
139 dec lines4d
183 dec nlines4d
204 dec nlines4d
Dvp9_subpixel_bilinear_ssse3.asm47 dec rcx
86 dec rcx
109 dec rcx
Dvp9_subpixel_bilinear_sse2.asm57 dec rcx
101 dec rcx
131 dec rcx
Dvp9_subpixel_8t_ssse3.asm97 dec rcx
184 dec rcx
308 dec rcx
608 dec rcx
711 dec rcx
826 dec rcx
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dsubtract_mmx.asm137 dec rcx
190 dec rcx
214 dec rcx
Dencodeopt.asm315 dec rcx
362 dec rcx
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h342 } dec; member
381 } dec; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c71 if (ctx->config.dec) { in vp9_init()
73 ctx->priv->alg_priv->cfg = *ctx->config.dec; in vp9_init()
74 ctx->config.dec = &ctx->priv->alg_priv->cfg; in vp9_init()
180 res = ctx->base.iface->dec.peek_si(*data, data_sz, &ctx->si); in decode_one()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dpostproc_mmx.asm66 dec rcx
79 dec rcx
111 dec rcx
Drecon_sse2.asm418 dec edx
525 dec edx
669 dec rsi
731 dec rsi
824 dec rsi
870 dec rsi
954 dec edx
1009 dec rsi
1057 dec edx
Dsubpixel_ssse3.asm93 dec rcx
149 dec rcx
266 dec rcx
348 dec rcx
394 dec rcx
511 dec rcx
584 dec rcx
676 dec rcx
725 dec rcx
816 dec rcx
[all …]
Dmfqe_sse2.asm79 dec rcx
147 dec rcx
Dpostproc_sse2.asm218 dec rcx ;decrement count
285 dec rcx
298 dec rcx
330 dec rcx
Dsubpixel_sse2.asm126 dec rcx
304 dec rcx
399 dec rcx ; decrement count
514 dec rcx ; decrement count
626 dec rcx
792 dec rcx
886 dec rcx ; decrement count
944 dec rcx
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_codec.h208 struct vpx_codec_dec_cfg *dec; /**< Decoder Configuration Pointer */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c106 if (ctx->config.dec) in vp8_init_ctx()
109 ctx->priv->alg_priv->cfg = *ctx->config.dec; in vp8_init_ctx()
110 ctx->config.dec = &ctx->priv->alg_priv->cfg; in vp8_init_ctx()
650 mmap->sz = seg_iter->calc_sz(ctx->config.dec, ctx->init_flags); in vp8_xma_get_mmap()

12