Searched refs:vp8_dc_only_idct_add (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | encodeintra.c | 67 vp8_dc_only_idct_add(b->dqcoeff[0], b->predictor, 16, dst, dst_stride); in vp8_encode_intra4x4block()
|
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 58 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 66 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_neon macro
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 66 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_neon macro
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 80 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_mmx macro
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 80 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_mmx macro
|
/external/libvpx/libvpx/vp8/decoder/ |
D | threading.c | 196 vp8_dc_only_idct_add(b->qcoeff[0] * DQC[0], dst, dst_stride, dst, in mt_decode_macroblock()
|
D | decodeframe.c | 182 vp8_dc_only_idct_add(b->qcoeff[0] * DQC[0], dst, dst_stride, dst, in decode_macroblock()
|