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

  /external/libvpx/libvpx/vp8/common/
idct_blk.c 46 void vp8_dequant_idct_add_uv_block_c function
  /external/libvpx/generic/
vpx_rtcd.h 32 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
33 #define vp8_dequant_idct_add_uv_block vp8_dequant_idct_add_uv_block_c
  /external/libvpx/mips/
vpx_rtcd.h 32 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
33 #define vp8_dequant_idct_add_uv_block vp8_dequant_idct_add_uv_block_c
  /external/libvpx/armv7a/
vpx_rtcd.h 35 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 34 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 38 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
    [all...]

Completed in 397 milliseconds