Home
last modified time | relevance | path

Searched refs:vp8_dc_only_idct_add (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dencodeintra.c67 vp8_dc_only_idct_add(b->dqcoeff[0], b->predictor, 16, dst, dst_stride); in vp8_encode_intra4x4block()
/external/libvpx/config/generic/
Dvp8_rtcd.h58 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h66 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_neon macro
/external/libvpx/config/arm64/
Dvp8_rtcd.h66 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_neon macro
/external/libvpx/config/x86/
Dvp8_rtcd.h80 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_mmx macro
/external/libvpx/config/x86_64/
Dvp8_rtcd.h80 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_mmx macro
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c196 vp8_dc_only_idct_add(b->qcoeff[0] * DQC[0], dst, dst_stride, dst, in mt_decode_macroblock()
Ddecodeframe.c182 vp8_dc_only_idct_add(b->qcoeff[0] * DQC[0], dst, dst_stride, dst, in decode_macroblock()