#include "global.h"
#include <math.h>
Go to the source code of this file.
Functions | |
int | rd_pic_decision (double snrY_version1, double snrY_version2, int bits_version1, int bits_version2, double lambda_picture) |
int | picture_coding_decision (ImageParameters *p_Img, InputParameters *p_Inp, Picture *picture1, Picture *picture2, int qp) |
Definition in file rdpicdecision.c.
int picture_coding_decision | ( | ImageParameters * | p_Img, | |
InputParameters * | p_Inp, | |||
Picture * | picture1, | |||
Picture * | picture2, | |||
int | qp | |||
) |
Picture Coding Decision.
Definition at line 44 of file rdpicdecision.c.
References inp_par_enc::NumberBFrames, and rd_pic_decision().
Referenced by rd_picture_coding().
int rd_pic_decision | ( | double | snrY_version1, | |
double | snrY_version2, | |||
int | bits_version1, | |||
int | bits_version2, | |||
double | lambda_picture | |||
) |
RD decision between possible encoding cases.
Definition at line 25 of file rdpicdecision.c.
Referenced by picture_coding_decision().