Intra prediction parameter search.
More...
#include "cu.h"
#include "encoderstate.h"
#include "global.h"
Go to the source code of this file.
|
double | kvz_luma_mode_bits (const encoder_state_t *state, int8_t luma_mode, const int8_t *intra_preds) |
|
double | kvz_chroma_mode_bits (const encoder_state_t *state, int8_t chroma_mode, int8_t luma_mode) |
|
int8_t | kvz_search_cu_intra_chroma (encoder_state_t *const state, const int x_px, const int y_px, const int depth, lcu_t *lcu) |
|
void | kvz_search_cu_intra (encoder_state_t *const state, const int x_px, const int y_px, const int depth, lcu_t *lcu, int8_t *mode_out, double *cost_out) |
| Update lcu to have best modes at this depth. More...
|
|
◆ kvz_chroma_mode_bits()
double kvz_chroma_mode_bits |
( |
const encoder_state_t * |
state, |
|
|
int8_t |
chroma_mode, |
|
|
int8_t |
luma_mode |
|
) |
| |
◆ kvz_luma_mode_bits()
double kvz_luma_mode_bits |
( |
const encoder_state_t * |
state, |
|
|
int8_t |
luma_mode, |
|
|
const int8_t * |
intra_preds |
|
) |
| |
◆ kvz_search_cu_intra()
void kvz_search_cu_intra |
( |
encoder_state_t *const |
state, |
|
|
const int |
x_px, |
|
|
const int |
y_px, |
|
|
const int |
depth, |
|
|
lcu_t * |
lcu, |
|
|
int8_t * |
mode_out, |
|
|
double * |
cost_out |
|
) |
| |
- Returns
- Cost of best mode.
◆ kvz_search_cu_intra_chroma()
int8_t kvz_search_cu_intra_chroma |
( |
encoder_state_t *const |
state, |
|
|
const int |
x_px, |
|
|
const int |
y_px, |
|
|
const int |
depth, |
|
|
lcu_t * |
lcu |
|
) |
| |