• Home
  • Raw
  • Download

Lines Matching refs:coda_ctx

215 int coda_jpeg_write_tables(struct coda_ctx *ctx)  in coda_jpeg_write_tables()
241 bool coda_jpeg_check_buffer(struct coda_ctx *ctx, struct vb2_buffer *vb) in coda_jpeg_check_buffer()
265 static int coda9_jpeg_gen_dec_huff_tab(struct coda_ctx *ctx, int tab_num);
267 int coda_jpeg_decode_header(struct coda_ctx *ctx, struct vb2_buffer *vb) in coda_jpeg_decode_header()
423 static int coda9_jpeg_dec_huff_setup(struct coda_ctx *ctx) in coda9_jpeg_dec_huff_setup()
471 static void coda9_jpeg_qmat_setup(struct coda_ctx *ctx) in coda9_jpeg_qmat_setup()
482 static void coda9_jpeg_dec_bbc_gbu_setup(struct coda_ctx *ctx, in coda9_jpeg_dec_bbc_gbu_setup()
582 static int coda9_jpeg_gen_enc_huff_tab(struct coda_ctx *ctx, int tab_num, in coda9_jpeg_gen_enc_huff_tab()
651 static u8 *coda9_jpeg_get_huff_bits(struct coda_ctx *ctx, int tab_num) in coda9_jpeg_get_huff_bits()
668 static int coda9_jpeg_gen_dec_huff_tab(struct coda_ctx *ctx, int tab_num) in coda9_jpeg_gen_dec_huff_tab()
716 static int coda9_jpeg_load_huff_tab(struct coda_ctx *ctx) in coda9_jpeg_load_huff_tab()
774 static void coda9_jpeg_write_huff_tab(struct coda_ctx *ctx) in coda9_jpeg_write_huff_tab()
798 static void coda9_jpeg_load_qmat_tab(struct coda_ctx *ctx) in coda9_jpeg_load_qmat_tab()
861 static int coda_jpeg_define_quantization_table(struct coda_ctx *ctx, u8 index, in coda_jpeg_define_quantization_table()
875 static int coda9_jpeg_encode_header(struct coda_ctx *ctx, int len, u8 *buf) in coda9_jpeg_encode_header()
1010 void coda_set_jpeg_compression_quality(struct coda_ctx *ctx, int quality) in coda_set_jpeg_compression_quality()
1045 static int coda9_jpeg_start_encoding(struct coda_ctx *ctx) in coda9_jpeg_start_encoding()
1070 static int coda9_jpeg_prepare_encode(struct coda_ctx *ctx) in coda9_jpeg_prepare_encode()
1207 static void coda9_jpeg_finish_encode(struct coda_ctx *ctx) in coda9_jpeg_finish_encode()
1267 static void coda9_jpeg_encode_timeout(struct coda_ctx *ctx) in coda9_jpeg_encode_timeout()
1284 static void coda9_jpeg_release(struct coda_ctx *ctx) in coda9_jpeg_release()
1311 static int coda9_jpeg_start_decoding(struct coda_ctx *ctx) in coda9_jpeg_start_decoding()
1327 static int coda9_jpeg_prepare_decode(struct coda_ctx *ctx) in coda9_jpeg_prepare_decode()
1451 static void coda9_jpeg_finish_decode(struct coda_ctx *ctx) in coda9_jpeg_finish_decode()
1514 struct coda_ctx *ctx; in coda9_jpeg_irq_handler()