/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 21 void vp9_iwht4x4_16_add_c(const int16_t *input, uint8_t *dest, int stride) { in vp9_iwht4x4_16_add_c() 119 void vp9_idct4x4_16_add_c(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct4x4_16_add_c() 204 void vp9_idct8x8_64_add_c(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct8x8_64_add_c() 228 void vp9_idct8x8_1_add_c(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct8x8_1_add_c() 283 void vp9_iht4x4_16_add_c(const int16_t *input, uint8_t *dest, int stride, in vp9_iht4x4_16_add_c() 398 void vp9_iht8x8_64_add_c(const int16_t *input, uint8_t *dest, int stride, in vp9_iht8x8_64_add_c() 424 void vp9_idct8x8_10_add_c(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct8x8_10_add_c() 614 void vp9_idct16x16_256_add_c(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct16x16_256_add_c() 816 void vp9_iht16x16_256_add_c(const int16_t *input, uint8_t *dest, int stride, in vp9_iht16x16_256_add_c() 842 void vp9_idct16x16_10_add_c(const int16_t *input, uint8_t *dest, int stride) { in vp9_idct16x16_10_add_c() [all …]
|
D | vp9_reconinter.h | 42 static INLINE int scaled_buffer_offset(int x_offset, int y_offset, int stride, in scaled_buffer_offset() 50 uint8_t *src, int stride, in setup_pred_plane()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | idct_blk_sse2.c | 23 unsigned char *dst, int stride, char *eobs) in vp8_dequant_idct_add_y_block_sse2() 51 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_sse2()
|
D | idct_blk_mmx.c | 28 unsigned char *dst, int stride, char *eobs) in vp8_dequant_idct_add_y_block_mmx() 77 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_mmx()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | idct_blk_neon.c | 25 int stride, char *eobs) in vp8_dequant_idct_add_y_block_neon() 55 int stride, char *eobs) in vp8_dequant_idct_add_uv_block_neon()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | fdct4x4_test.cc | 43 void fdct4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { in fdct4x4_ref() 47 void fht4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { in fht4x4_ref() 204 void RunFwdTxfm(const int16_t *in, int16_t *out, int stride) { in RunFwdTxfm() 207 void RunInvTxfm(const int16_t *out, uint8_t *dst, int stride) { in RunInvTxfm() 247 void RunFwdTxfm(const int16_t *in, int16_t *out, int stride) { in RunFwdTxfm() 251 void RunInvTxfm(const int16_t *out, uint8_t *dst, int stride) { in RunInvTxfm()
|
D | fdct8x8_test.cc | 42 void fdct8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { in fdct8x8_ref() 46 void fht8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { in fht8x8_ref() 239 void RunFwdTxfm(int16_t *in, int16_t *out, int stride) { in RunFwdTxfm() 242 void RunInvTxfm(int16_t *out, uint8_t *dst, int stride) { in RunInvTxfm() 279 void RunFwdTxfm(int16_t *in, int16_t *out, int stride) { in RunFwdTxfm() 282 void RunInvTxfm(int16_t *out, uint8_t *dst, int stride) { in RunInvTxfm()
|
D | dct16x16_test.cc | 271 void fdct16x16_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { in fdct16x16_ref() 275 void fht16x16_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { in fht16x16_ref() 435 void RunFwdTxfm(int16_t *in, int16_t *out, int stride) { in RunFwdTxfm() 438 void RunInvTxfm(int16_t *out, uint8_t *dst, int stride) { in RunInvTxfm() 478 void RunFwdTxfm(int16_t *in, int16_t *out, int stride) { in RunFwdTxfm() 481 void RunInvTxfm(int16_t *out, uint8_t *dst, int stride) { in RunInvTxfm()
|
D | dct32x32_test.cc | 40 void reference_32x32_dct_1d(const double in[32], double out[32], int stride) { in reference_32x32_dct_1d() 151 const int stride = 32; in TEST_P() local 189 const int stride = 32; in TEST_P() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | idct_blk_v6.c | 17 int stride, char *eobs) in vp8_dequant_idct_add_y_block_v6() 64 int stride, char *eobs) in vp8_dequant_idct_add_uv_block_v6()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_intrapred4_dspr2.c | 17 void vp9_h_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, in vp9_h_predictor_4x4_dspr2() 44 void vp9_dc_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, in vp9_dc_predictor_4x4_dspr2() 86 void vp9_tm_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, in vp9_tm_predictor_4x4_dspr2()
|
D | vp9_intrapred8_dspr2.c | 17 void vp9_h_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, in vp9_h_predictor_8x8_dspr2() 73 void vp9_dc_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, in vp9_dc_predictor_8x8_dspr2() 156 void vp9_tm_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, in vp9_tm_predictor_8x8_dspr2()
|
D | vp9_intrapred16_dspr2.c | 17 void vp9_h_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride, in vp9_h_predictor_16x16_dspr2() 164 void vp9_dc_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride, in vp9_dc_predictor_16x16_dspr2()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
D | DataBuffer.h | 32 typedef struct stride { struct 35 uint32_t stride; argument 64 void setStride(stride_t& stride) { mStride = stride; } in setStride()
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | DataBuffer.h | 32 typedef struct stride { struct 35 uint32_t stride; member 64 void setStride(stride_t& stride) { mStride = stride; } in setStride()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/ |
D | idct_blk_dspr2.c | 18 unsigned char *dst, int stride, char *eobs) in vp8_dequant_idct_add_y_block_dspr2() 44 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_dspr2()
|
D | dequantize_dspr2.c | 18 unsigned char *dest, int stride) in vp8_dequant_idct_add_dspr2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | idct_blk.c | 23 unsigned char *dst, int stride, char *eobs) in vp8_dequant_idct_add_y_block_c() 49 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_c()
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | RotationBufferProvider.cpp | 121 int stride = 0; in getStride() local 158 int stride; in createVaSurface() local 383 int stride; in setupRotationBuffer() local 518 bool RotationBufferProvider::prepareBufferInfo(int w, int h, int stride, VideoPayloadBuffer *payloa… in prepareBufferInfo()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_dct.c | 46 void vp9_fdct4x4_c(const int16_t *input, int16_t *output, int stride) { in vp9_fdct4x4_c() 159 int stride, int tx_type) { in vp9_fht4x4_c() 243 void vp9_fdct8x8_c(const int16_t *input, int16_t *final_output, int stride) { in vp9_fdct8x8_c() 314 void vp9_fdct16x16_c(const int16_t *input, int16_t *output, int stride) { in vp9_fdct16x16_c() 571 int stride, int tx_type) { in vp9_fht8x8_c() 603 void vp9_fwht4x4_c(const int16_t *input, int16_t *output, int stride) { in vp9_fwht4x4_c() 968 int stride, int tx_type) { in vp9_fht16x16_c() 1332 void vp9_fdct32x32_c(const int16_t *input, int16_t *out, int stride) { in vp9_fdct32x32_c() 1360 void vp9_fdct32x32_rd_c(const int16_t *input, int16_t *out, int stride) { in vp9_fdct32x32_rd_c()
|
D | vp9_temporal_filter.c | 36 int stride, in temporal_filter_predictors_mb_c() 84 unsigned int stride, in vp9_temporal_filter_apply_c() 130 int stride) { in temporal_filter_find_matching_mb_c() 241 int stride; in temporal_filter_iterate_c() local
|
/hardware/intel/img/hwcomposer/merrifield/test/ |
D | nv12_ved_test.cpp | 32 void fillYUVBuffer(uint8_t* buf, int w, int h, int stride) { in fillYUVBuffer() 64 void loadYUVBufferFromFile(uint8_t* buf, int w, int h, int stride) { in loadYUVBufferFromFile()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/ |
D | AnnCursorPlane.cpp | 125 uint32_t stride = mapper.getStride().rgb.stride; in setDataBuffer() local 148 uint32_t stride = mapper.getStride().rgb.stride; in setDataBuffer() local
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
D | TngCursorPlane.cpp | 120 uint32_t stride = mapper.getStride().rgb.stride; in setDataBuffer() local 143 uint32_t stride = mapper.getStride().rgb.stride; in setDataBuffer() local
|
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/ |
D | AnnRGBPlane.cpp | 94 uint32_t stride; in setDataBuffer() local 263 uint32_t stride; in setFramebufferTarget() local
|