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

  /external/libvpx/libvpx/vp8/common/
idct_blk.c 20 void vp8_dequant_idct_add_y_block_c function
  /external/libvpx/generic/
vpx_rtcd.h 29 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
30 #define vp8_dequant_idct_add_y_block vp8_dequant_idct_add_y_block_c
  /external/libvpx/mips/
vpx_rtcd.h 29 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
30 #define vp8_dequant_idct_add_y_block vp8_dequant_idct_add_y_block_c
  /external/libvpx/armv7a/
vpx_rtcd.h 31 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 30 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 33 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
    [all...]

Completed in 21 milliseconds