TUT HEVC Encoder
Loading...
Searching...
No Matches
lcu_ref_px_t Struct Reference

Top and left intra reference pixels for LCU. More...

#include <cu.h>

Collaboration diagram for lcu_ref_px_t:

Data Fields

kvz_pixel y [((1<<(3+3))+(1<<(3+3))/2)+1]
 
kvz_pixel u [((1<<(3+3))+(1<<(3+3))/2)/2+1]
 
kvz_pixel v [((1<<(3+3))+(1<<(3+3))/2)/2+1]
 

Detailed Description

  • Intra needs maximum of 32 to the right and down from LCU border.
  • First pixel is the top-left pixel.

Field Documentation

◆ u

kvz_pixel lcu_ref_px_t::u[((1<<(3+3))+(1<<(3+3))/2)/2+1]

◆ v

kvz_pixel lcu_ref_px_t::v[((1<<(3+3))+(1<<(3+3))/2)/2+1]

◆ y

kvz_pixel lcu_ref_px_t::y[((1<<(3+3))+(1<<(3+3))/2)+1]

The documentation for this struct was generated from the following file: