Searched refs:psSliceParams (Results 1 – 5 of 5) sorted by relevance
1852 SLICE_PARAMS *psSliceParams; in pnw__send_encode_slice_params() local1870 psSliceParams = (SLICE_PARAMS *)(cmdbuf->slice_params_p + in pnw__send_encode_slice_params()1873 psSliceParams->SliceHeight = SliceHeight; in pnw__send_encode_slice_params()1874 psSliceParams->SliceStartRowNum = CurrentRow / 16; in pnw__send_encode_slice_params()1875 psSliceParams->ScanningIntraParams = (1 << SCANNING_INTRA_WIDTH_SHIFT) | in pnw__send_encode_slice_params()1879 psSliceParams->Flags = 0; in pnw__send_encode_slice_params()1880 psSliceParams->HostCtx = 0xdafed123; in pnw__send_encode_slice_params()1883 psSliceParams->RefYStride = ref_surface->psb_surface->stride; in pnw__send_encode_slice_params()1884 psSliceParams->RefUVStride = ref_surface->psb_surface->stride; in pnw__send_encode_slice_params()1885 psSliceParams->RefYRowStride = ref_surface->psb_surface->stride * 16; in pnw__send_encode_slice_params()[all …]
358 VAEncSliceParameterBuffer *psSliceParams; in tng__MPEG4ES_process_slice_param() local364 psSliceParams = (VAEncSliceParameterBuffer*) obj_buffer->buffer_data; in tng__MPEG4ES_process_slice_param()369 ctx->ui8DeblockIDC = psSliceParams->slice_flags.bits.disable_deblocking_filter_idc; in tng__MPEG4ES_process_slice_param()
361 VAEncSliceParameterBuffer *psSliceParams; in tng__H263ES_process_slice_param() local367 psSliceParams = (VAEncSliceParameterBuffer*) obj_buffer->buffer_data; in tng__H263ES_process_slice_param()372 ctx->ui8DeblockIDC = psSliceParams->slice_flags.bits.disable_deblocking_filter_idc; in tng__H263ES_process_slice_param()
1050 VAEncSliceParameterBuffer *psSliceParams = NULL; in tng__H264ES_process_slice_param_mdfld() local1051 psSliceParams = (VAEncSliceParameterBuffer*) obj_buffer->buffer_data; in tng__H264ES_process_slice_param_mdfld()1055 ctx->ui8DeblockIDC = psSliceParams->slice_flags.bits.disable_deblocking_filter_idc; in tng__H264ES_process_slice_param_mdfld()
1356 SLICE_PARAMS *psSliceParams; in lnc__send_encode_slice_params() local1369 psSliceParams = (SLICE_PARAMS *)(cmdbuf->slice_params_p + in lnc__send_encode_slice_params()1372 psSliceParams->SliceHeight = SliceHeight; in lnc__send_encode_slice_params()1373 psSliceParams->SliceStartRowNum = CurrentRow / 16; in lnc__send_encode_slice_params()1376 psSliceParams->CodedDataPos = 0; in lnc__send_encode_slice_params()1377 psSliceParams->TotalCoded = 0; in lnc__send_encode_slice_params()1378 psSliceParams->Flags = 0; in lnc__send_encode_slice_params()1381 psSliceParams->RefYStride = ref_surface->psb_surface->stride; in lnc__send_encode_slice_params()1382 psSliceParams->RefUVStride = ref_surface->psb_surface->stride; in lnc__send_encode_slice_params()1383 psSliceParams->RefYRowStride = ref_surface->psb_surface->stride * 16; in lnc__send_encode_slice_params()[all …]