Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dencodeintra.c79 vp8_dc_only_idct_add(b->dqcoeff[0], b->predictor, 16, dst, dst_stride); in vp8_encode_intra4x4block()
/external/libvpx/config/generic/
Dvp8_rtcd.h57 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
/external/libvpx/config/mips64/
Dvp8_rtcd.h57 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
/external/libvpx/config/mips32/
Dvp8_rtcd.h57 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
/external/libvpx/config/mips32-dspr2/
Dvp8_rtcd.h61 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_dspr2 macro
/external/libvpx/config/arm64/
Dvp8_rtcd.h64 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_neon macro
/external/libvpx/config/arm/
Dvp8_rtcd.h65 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_v6 macro
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h72 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_neon macro
/external/libvpx/config/x86_64/
Dvp8_rtcd.h87 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_mmx macro
/external/libvpx/config/x86/
Dvp8_rtcd.h87 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_mmx macro
/external/libvpx/libvpx/vp8/decoder/
Dthreading.c231 vp8_dc_only_idct_add(b->qcoeff[0] * DQC[0], in mt_decode_macroblock()
Ddecodeframe.c214 vp8_dc_only_idct_add in decode_macroblock()