FFmpeg
Loading...
Searching...
No Matches
speedhqenc.h File Reference

SpeedHQ encoder. More...

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)
 

Detailed Description

SpeedHQ encoder.

Definition in file speedhqenc.h.

Function Documentation

◆ ff_speedhq_end_slice()

void ff_speedhq_end_slice ( MPVEncContext * s)

Definition at line 118 of file speedhqenc.c.

Referenced by encode_thread(), and write_slice_end().

◆ ff_speedhq_mb_rows_in_slice()

static int ff_speedhq_mb_rows_in_slice ( int slice_num,
int mb_height )
inlinestatic

Definition at line 36 of file speedhqenc.h.

Referenced by ff_speedhq_mb_y_order_to_mb().

◆ ff_speedhq_mb_y_order_to_mb()

static int ff_speedhq_mb_y_order_to_mb ( int mb_y_order,
int mb_height,
int * first_in_slice )
inlinestatic

Definition at line 41 of file speedhqenc.h.

Referenced by encode_thread().