Searched defs:pic_params (Results 1 - 15 of 15) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_cmdbuf.h76 struct psb_buffer_s pic_params; member in struct:lnc_cmdbuf_s
H A Dpsb_MPEG2.c481 VAPictureParameterBufferMPEG2 *pic_params; member in struct:context_MPEG2_s
635 ctx->pic_params = NULL;
682 if (ctx->pic_params) {
683 free(ctx->pic_params);
684 ctx->pic_params = NULL;
708 if (ctx->pic_params) {
709 free(ctx->pic_params);
711 ctx->pic_params = (VAPictureParameterBufferMPEG2 *) obj_buffer->buffer_data;
716 switch (ctx->pic_params->picture_coding_type) {
723 ctx->forward_ref_surface = SURFACE(ctx->pic_params
[all...]
H A Dpsb_MPEG2MC.c116 VAPictureParameterBufferMPEG2 *pic_params; member in struct:context_MPEG2MC_s
1122 ctx->pic_params = (VAPictureParameterBufferMPEG2 *) obj_buffer->buffer_data;
1126 ctx->picture_coding_type = ctx->pic_params->picture_coding_type;
1127 ctx->picture_structure = ctx->pic_params->picture_coding_extension.bits.picture_structure;
1129 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture);
1130 ctx->backward_ref_surface = SURFACE(ctx->pic_params->backward_reference_picture);
1134 if (ctx->pic_params->picture_coding_extension.bits.is_first_field) { /* first field */
1159 ctx->pic_params->picture_coding_type = ctx->picture_coding_type;
1183 ctx->coded_picture_width = ctx->pic_params->horizontal_size;
1184 ctx->coded_picture_height = ctx->pic_params
[all...]
H A Dpsb_MPEG4.c281 VAPictureParameterBufferMPEG4 *pic_params; member in struct:context_MPEG4_s
448 ctx->pic_params = NULL;
531 if (ctx->pic_params) {
532 free(ctx->pic_params);
533 ctx->pic_params = NULL;
596 if (ctx->pic_params) {
597 free(ctx->pic_params);
599 ctx->pic_params = (VAPictureParameterBufferMPEG4 *) obj_buffer->buffer_data;
606 switch (ctx->pic_params->vop_fields.bits.vop_coding_type) {
616 ctx->forward_ref_surface = SURFACE(ctx->pic_params
[all...]
H A Dpsb_H264.c114 VAPictureParameterBufferH264 *pic_params; member in struct:context_H264_s
402 ctx->pic_params = NULL;
528 if (ctx->pic_params) {
529 free(ctx->pic_params);
530 ctx->pic_params = NULL;
629 VAPictureParameterBufferH264 *pic_params = (VAPictureParameterBufferH264 *) obj_buffer->buffer_data; local
630 if (ctx->pic_params) {
631 free(ctx->pic_params);
633 ctx->pic_params = pic_params;
863 VAPictureParameterBufferH264 *pic_params = ctx->pic_params; local
905 VAPictureParameterBufferH264 *pic_params = ctx->pic_params; local
1078 VAPictureParameterBufferH264 *pic_params = ctx->pic_params; local
1477 VAPictureParameterBufferH264 *pic_params = ctx->pic_params; local
[all...]
H A Dpsb_VC1.c439 ctx->pic_params = NULL;
532 if (ctx->pic_params) {
533 free(ctx->pic_params);
534 ctx->pic_params = NULL;
590 if (ctx->pic_params->picture_fields.bits.frame_coding_mode == VC1_FCM_FRMI) {
594 if (PIC_TYPE_IS_INTRA(ctx->pic_params->picture_fields.bits.picture_type)) {
604 if (ctx->pic_params->picture_fields.bits.frame_coding_mode == VC1_FCM_P) {
711 VAPictureParameterBufferVC1 *pic_params; local
726 pic_params = (VAPictureParameterBufferVC1 *) obj_buffer->buffer_data;
727 if (ctx->pic_params) {
1323 VAPictureParameterBufferVC1 *pic_params = ctx->pic_params; local
1837 VAPictureParameterBufferVC1 *pic_params = ctx->pic_params; local
2346 VAPictureParameterBufferVC1 *pic_params = ctx->pic_params; local
[all...]
/hardware/intel/img/psb_video/src/
H A Dpnw_cmdbuf.h93 struct psb_buffer_s pic_params; member in struct:pnw_cmdbuf_s
H A Dpnw_rotate.c378 VAPictureParameterBufferMPEG4 *pic_params = (VAPictureParameterBufferMPEG4 *)pic_param_tmp; local
380 if (pic_params->vol_fields.bits.interlaced)
388 VAPictureParameterBufferH264 *pic_params = (VAPictureParameterBufferH264 *)pic_param_tmp; local
390 if (pic_params->pic_fields.bits.field_pic_flag || pic_params->seq_fields.bits.mb_adaptive_frame_field_flag)
398 VAPictureParameterBufferVC1 *pic_params = (VAPictureParameterBufferVC1 *)pic_param_tmp; local
401 if (pic_params->sequence_fields.bits.interlace)
H A Dpnw_MPEG2.c482 VAPictureParameterBufferMPEG2 *pic_params; member in struct:context_MPEG2_s
611 ctx->pic_params = NULL;
660 if (ctx->pic_params) {
661 free(ctx->pic_params);
662 ctx->pic_params = NULL;
682 if (ctx->pic_params) {
683 free(ctx->pic_params);
685 ctx->pic_params = (VAPictureParameterBufferMPEG2 *) obj_buffer->buffer_data;
690 switch (ctx->pic_params->picture_coding_type) {
697 ctx->forward_ref_surface = SURFACE(ctx->pic_params
[all...]
H A Dpnw_MPEG4.c1106 VAPictureParameterBufferMPEG4 *pic_params; member in struct:context_MPEG4_s
1282 ctx->pic_params = NULL;
1373 if (ctx->pic_params) {
1374 free(ctx->pic_params);
1375 ctx->pic_params = NULL;
1397 if (ctx->pic_params) {
1398 free(ctx->pic_params);
1400 ctx->pic_params = (VAPictureParameterBufferMPEG4 *) obj_buffer->buffer_data;
1407 switch (ctx->pic_params->vop_fields.bits.vop_coding_type) {
1417 ctx->forward_ref_surface = SURFACE(ctx->pic_params
[all...]
H A Dtng_jpegdec.c172 VAPictureParameterBufferJPEGBaseline *pic_params; member in struct:context_JPEG_s
295 ctx->pic_params = NULL;
344 if (ctx->pic_params) {
345 free(ctx->pic_params);
346 ctx->pic_params = NULL;
577 if (ctx->pic_params) {
578 free(ctx->pic_params);
580 ctx->pic_params = (VAPictureParameterBufferJPEGBaseline *) obj_buffer->buffer_data;
581 ctx->display_picture_width = ctx->pic_params->picture_width;
582 ctx->display_picture_height = ctx->pic_params
[all...]
H A Dpnw_H264.c129 VAPictureParameterBufferH264 *pic_params; member in struct:context_H264_s
424 ctx->pic_params = NULL;
517 if (ctx->pic_params) {
518 free(ctx->pic_params);
519 ctx->pic_params = NULL;
568 VAPictureParameterBufferH264 *pic_params = (VAPictureParameterBufferH264 *) obj_buffer->buffer_data; local
569 if (ctx->pic_params) {
570 free(ctx->pic_params);
572 ctx->pic_params = pic_params;
1001 VAPictureParameterBufferH264 *pic_params = ctx->pic_params; local
1050 VAPictureParameterBufferH264 *pic_params = ctx->pic_params; local
1191 VAPictureParameterBufferH264 *pic_params = ctx->pic_params; local
1517 VAPictureParameterBufferH264 *pic_params = ctx->pic_params; local
[all...]
H A Dpnw_VC1.c460 ctx->pic_params = NULL;
585 if (ctx->pic_params) {
586 free(ctx->pic_params);
587 ctx->pic_params = NULL;
596 if (ctx->pic_params->picture_fields.bits.frame_coding_mode == VC1_FCM_FRMI) {
600 if (PIC_TYPE_IS_INTRA(ctx->pic_params->picture_fields.bits.picture_type)) {
610 if (ctx->pic_params->picture_fields.bits.frame_coding_mode == VC1_FCM_P) {
718 VAPictureParameterBufferVC1 *pic_params; local
730 pic_params = (VAPictureParameterBufferVC1 *) obj_buffer->buffer_data;
731 if (ctx->pic_params) {
1322 VAPictureParameterBufferVC1 *pic_params = ctx->pic_params; local
1792 VAPictureParameterBufferVC1 *pic_params = ctx->pic_params; local
2321 VAPictureParameterBufferVC1 *pic_params = ctx->pic_params; local
2460 VAPictureParameterBufferVC1 *pic_params = ctx->pic_params; local
[all...]
H A Dtng_VP8.c265 VAPictureParameterBufferVP8 *pic_params; member in struct:context_VP8_s
466 ctx->pic_params = NULL;
579 if (ctx->pic_params) {
580 free(ctx->pic_params);
581 ctx->pic_params = NULL;
625 VAPictureParameterBufferVP8 *pic_params = (VAPictureParameterBufferVP8 *) obj_buffer->buffer_data; local
626 if (ctx->pic_params) {
627 free(ctx->pic_params);
630 ctx->pic_params = pic_params;
[all...]
H A Dvc1_header.h204 VAPictureParameterBufferVC1 *pic_params; member in struct:context_VC1_s
259 IMG_UINT8 ui8MVmode; /* TODO: Fix, differs slightly from pic_params->mv_mode! */

Completed in 118 milliseconds