Searched refs:context_JPEG_p (Results 1 – 1 of 1) sorted by relevance
205 typedef struct context_JPEG_s *context_JPEG_p; typedef207 #define INIT_CONTEXT_JPEG context_JPEG_p ctx = (context_JPEG_p) obj_context->format_data;277 context_JPEG_p ctx; in tng_JPEG_CreateContext()287 ctx = (context_JPEG_p) calloc(1, sizeof(struct context_JPEG_s)); in tng_JPEG_CreateContext()537 static void compile_huffman_tables(context_JPEG_p ctx) { in compile_huffman_tables()565 static VAStatus tng__JPEG_process_picture_param(context_JPEG_p ctx, object_buffer_p obj_buffer) { in tng__JPEG_process_picture_param()612 static void tng__JPEG_write_qmatrices(context_JPEG_p ctx) { in tng__JPEG_write_qmatrices()634 static VAStatus tng__JPEG_process_iq_matrix(context_JPEG_p ctx, object_buffer_p obj_buffer) { in tng__JPEG_process_iq_matrix()664 static void tng__JPEG_write_huffman_tables(context_JPEG_p ctx) { in tng__JPEG_write_huffman_tables()721 static VAStatus tng__JPEG_process_huffman_tables(context_JPEG_p ctx, object_buffer_p obj_buffer) { in tng__JPEG_process_huffman_tables()[all …]