Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG4.c335 typedef struct context_MPEG4_s *context_MPEG4_p; typedef
337 #define INIT_CONTEXT_MPEG4 context_MPEG4_p ctx = (context_MPEG4_p) obj_context->format_data;
430 context_MPEG4_p ctx; in psb_MPEG4_CreateContext()
439 ctx = (context_MPEG4_p) calloc(1, sizeof(struct context_MPEG4_s)); in psb_MPEG4_CreateContext()
552 static VAStatus psb__MPEG4_allocate_colocated_buffer(context_MPEG4_p ctx, object_surface_p obj_surf… in psb__MPEG4_allocate_colocated_buffer()
574 static psb_buffer_p psb__MPEG4_lookup_colocated_buffer(context_MPEG4_p ctx, psb_surface_p surface) in psb__MPEG4_lookup_colocated_buffer()
583 static VAStatus psb__MPEG4_process_picture_param(context_MPEG4_p ctx, object_buffer_p obj_buffer) in psb__MPEG4_process_picture_param()
801 static VAStatus psb__MPEG4_process_iq_matrix(context_MPEG4_p ctx, object_buffer_p obj_buffer) in psb__MPEG4_process_iq_matrix()
825 static void psb__MPEG4_write_qmatrices(context_MPEG4_p ctx) in psb__MPEG4_write_qmatrices()
868 static VAStatus psb__MPEG4_add_slice_param(context_MPEG4_p ctx, object_buffer_p obj_buffer) in psb__MPEG4_add_slice_param()
[all …]
/hardware/intel/img/psb_video/src/
Dpnw_MPEG4.c1150 typedef struct context_MPEG4_s *context_MPEG4_p; typedef
1152 #define INIT_CONTEXT_MPEG4 context_MPEG4_p ctx = (context_MPEG4_p) obj_context->format_data;
1271 context_MPEG4_p ctx; in pnw_MPEG4_CreateContext()
1277 ctx = (context_MPEG4_p) calloc(1, sizeof(struct context_MPEG4_s)); in pnw_MPEG4_CreateContext()
1382 static VAStatus psb__MPEG4_process_picture_param(context_MPEG4_p ctx, object_buffer_p obj_buffer) in psb__MPEG4_process_picture_param()
1622 static VAStatus psb__MPEG4_process_iq_matrix(context_MPEG4_p ctx, object_buffer_p obj_buffer) in psb__MPEG4_process_iq_matrix()
1646 static void psb__MPEG4_write_qmatrices(context_MPEG4_p ctx) in psb__MPEG4_write_qmatrices()
1700 static void psb__MPEG4_write_VLC_tables(context_MPEG4_p ctx) in psb__MPEG4_write_VLC_tables()
1732 static void psb__MPEG4_set_picture_params(context_MPEG4_p ctx, VASliceParameterBufferMPEG4 __maybe_… in psb__MPEG4_set_picture_params()
1827 static void psb__MPEG4_set_backend_registers(context_MPEG4_p ctx, VASliceParameterBufferMPEG4 *slic… in psb__MPEG4_set_backend_registers()
[all …]