Home | History | Annotate | Download | only in src

Lines Matching defs:SliceHeight

1125         IMG_INT32  SliceHeight;
1130 SliceHeight = ctx->Height / slices;
1131 /* SliceHeight += 15; */
1132 SliceHeight &= ~15;
1134 MBsperSlice = (SliceHeight * ctx->Width) / (16 * 16);
1182 IMG_INT32 SliceHeight;
1187 SliceHeight = ctx->Height / slices;
1188 /* SliceHeight += 15; */
1189 SliceHeight &= ~15;
1191 MBsperSlice = (SliceHeight * ctx->Width) / (16 * 16);
1611 IMG_INT16 SliceHeight,
1716 if (iYPos == (SliceStartRowY + SliceHeight - (ui16SearchTopOffset + 16))) {
1816 IMG_UINT16 SliceHeight,
1823 Rows = SliceHeight / 16;
1832 SliceHeight,
1849 IMG_UINT16 SliceHeight,
1863 "DeblockIDC:%d, FrameNum:%d, SliceHeight:%d, CurrentSlice:%d\n",
1864 IsIntra, CurrentRow, DeblockIDC, FrameNum, SliceHeight, CurrentSlice);
1873 psSliceParams->SliceHeight = SliceHeight;
1974 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psSliceParams->SliceHeight %d\n", psSliceParams->SliceHeight);