TUT HEVC Encoder
Loading...
Searching...
No Matches
search_intra.h File Reference

Intra prediction parameter search.

#include "cu.h"
#include "encoderstate.h"
#include "global.h"
Include dependency graph for search_intra.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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.
 

Function Documentation

◆ kvz_chroma_mode_bits()

double kvz_chroma_mode_bits ( const encoder_state_t * state,
int8_t chroma_mode,
int8_t luma_mode )
Here is the caller graph for this function:

◆ kvz_luma_mode_bits()

double kvz_luma_mode_bits ( const encoder_state_t * state,
int8_t luma_mode,
const int8_t * intra_preds )
Here is the caller graph for this function:

◆ 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.
Here is the call graph for this function:
Here is the caller graph for this function:

◆ 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 )
Here is the call graph for this function:
Here is the caller graph for this function: