Home
last modified time | relevance | path

Searched refs:offset_in (Results 1 – 2 of 2) sorted by relevance

/external/opencore/codecs_v2/video/avc_h264/enc/src/
Dmotion_comp.cpp1658 int offset_in = inpitch - blkwidth; in eFullPelMC() local
1681 in += offset_in; in eFullPelMC()
1696 in += offset_in; in eFullPelMC()
2120 int offset_in = srcPitch - blkwidth; in eChromaFullMC_SIMD() local
2138 pRef += offset_in; in eChromaFullMC_SIMD()
2153 pRef += offset_in; in eChromaFullMC_SIMD()
/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dpred_inter.cpp1937 int offset_in = inpitch - blkwidth; in FullPelMC() local
1960 in += offset_in; in FullPelMC()
1975 in += offset_in; in FullPelMC()
2293 int offset_in = srcPitch - blkwidth; in ChromaFullMC_SIMD() local
2311 pRef += offset_in; in ChromaFullMC_SIMD()
2326 pRef += offset_in; in ChromaFullMC_SIMD()