FFmpeg
|
Go to the source code of this file.
Functions | |
void | ff_speedhq_end_slice (MPVEncContext *s) |
static int | ff_speedhq_mb_rows_in_slice (int slice_num, int mb_height) |
static int | ff_speedhq_mb_y_order_to_mb (int mb_y_order, int mb_height, int *first_in_slice) |
SpeedHQ encoder.
Definition in file speedhqenc.h.
void ff_speedhq_end_slice | ( | MPVEncContext * | s | ) |
Definition at line 113 of file speedhqenc.c.
Referenced by encode_thread(), and write_slice_end().
|
inlinestatic |
Definition at line 36 of file speedhqenc.h.
Referenced by ff_speedhq_mb_y_order_to_mb().
|
inlinestatic |
Definition at line 41 of file speedhqenc.h.
Referenced by encode_thread().