Home
last modified time | relevance | path

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

/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/genx/field_copy/src/
H A Dgenx_fcopy.cpp67 matrix<uint1,16,16> outMbY1; in MbCopyFieLd() local
73 read_plane(OutSurfIndex, GENX_SURFACE_Y_PLANE, ix, iy * 2 + 16, outMbY1); in MbCopyFieLd()
81 outMbY1.select<8,2,16,1>(0,0) = inMbY.select<8,1,16,1>(8,0); in MbCopyFieLd()
86 outMbY1.select<8,2,16,1>(1,0) = inMbY.select<8,1,16,1>(8,0); in MbCopyFieLd()
92 write_plane(OutSurfIndex, GENX_SURFACE_Y_PLANE, ix, iy * 2 + 16, outMbY1); in MbCopyFieLd()