Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_VC1.c283 #define INIT_CONTEXT_VC1 context_VC1_p ctx = (context_VC1_p) obj_context->format_data;
443 context_VC1_p ctx; in pnw_VC1_CreateContext()
454 ctx = (context_VC1_p) malloc(sizeof(struct context_VC1_s)); in pnw_VC1_CreateContext()
594 static uint32_t psb__vc1_get_izz_scan_index(context_VC1_p ctx) in psb__vc1_get_izz_scan_index()
715 static VAStatus psb__VC1_process_picture_param(context_VC1_p ctx, object_buffer_p obj_buffer) in psb__VC1_process_picture_param()
1287 static VAStatus psb__VC1_process_bitplane(context_VC1_p ctx, object_buffer_p obj_buffer) in psb__VC1_process_bitplane()
1303 static void psb__VC1_extract_table_info(context_VC1_p ctx, sTableData *psInfo, int idx) in psb__VC1_extract_table_info()
1320 static void psb__VC1_write_VLC_tables(context_VC1_p ctx) in psb__VC1_write_VLC_tables()
1696 static void psb__VC1_build_VLC_tables(context_VC1_p ctx) in psb__VC1_build_VLC_tables()
1790 static void psb__VC1_send_rendec_params(context_VC1_p ctx, VASliceParameterBufferVC1 *slice_param) in psb__VC1_send_rendec_params()
[all …]
Dvc1_header.h313 typedef struct context_VC1_s *context_VC1_p; typedef
/hardware/intel/img/psb_video/src/mrst/
Dpsb_VC1.c280 #define INIT_CONTEXT_VC1 context_VC1_p ctx = (context_VC1_p) obj_context->format_data;
421 context_VC1_p ctx; in psb_VC1_CreateContext()
430 ctx = (context_VC1_p) calloc(1, sizeof(struct context_VC1_s)); in psb_VC1_CreateContext()
554 static VAStatus psb__VC1_allocate_colocated_buffer(context_VC1_p ctx, object_surface_p obj_surface,… in psb__VC1_allocate_colocated_buffer()
578 static psb_buffer_p psb__VC1_lookup_colocated_buffer(context_VC1_p ctx, psb_surface_p surface) in psb__VC1_lookup_colocated_buffer()
588 static uint32_t psb__vc1_get_izz_scan_index(context_VC1_p ctx) in psb__vc1_get_izz_scan_index()
708 static VAStatus psb__VC1_process_picture_param(context_VC1_p ctx, object_buffer_p obj_buffer) in psb__VC1_process_picture_param()
1261 static VAStatus psb__VC1_process_bitplane(context_VC1_p ctx, object_buffer_p obj_buffer) in psb__VC1_process_bitplane()
1282 static VAStatus psb__VC1_add_slice_param(context_VC1_p ctx, object_buffer_p obj_buffer) in psb__VC1_add_slice_param()
1304 static void psb__VC1_extract_table_info(context_VC1_p ctx, sTableData *psInfo, int idx) in psb__VC1_extract_table_info()
[all …]