|
FFmpeg
|
Data Fields | |
| int | xpos |
| int | ypos |
| int | pu_pos |
| int | blk_pos |
| enum CUType | cu_type |
| enum PUType | pu_type |
| enum IntraMode | imode [4] |
| int | imode_param [4] |
| MVInfo | mv [4] |
| IntraPredContext | ipred |
| int CUContext::xpos |
Definition at line 473 of file rv60dec.c.
Referenced by decode_cu_r(), fill_mv_skip_cand(), populate_ipred(), and reconstruct().
| int CUContext::ypos |
Definition at line 474 of file rv60dec.c.
Referenced by decode_cu_r(), fill_mv_skip_cand(), populate_ipred(), and reconstruct().
| int CUContext::pu_pos |
Definition at line 475 of file rv60dec.c.
Referenced by decode_cu_r(), and reconstruct().
| int CUContext::blk_pos |
Definition at line 476 of file rv60dec.c.
Referenced by decode_cu_r(), fill_mv_skip_cand(), and reconstruct().
| enum CUType CUContext::cu_type |
Definition at line 478 of file rv60dec.c.
Referenced by decode_cu_r(), and reconstruct().
| enum PUType CUContext::pu_type |
Definition at line 479 of file rv60dec.c.
Referenced by decode_cu_r(), and reconstruct().
| enum IntraMode CUContext::imode[4] |
Definition at line 480 of file rv60dec.c.
Referenced by decode_cu_r().
| int CUContext::imode_param[4] |
Definition at line 481 of file rv60dec.c.
Referenced by decode_cu_r().
| MVInfo CUContext::mv[4] |
Definition at line 482 of file rv60dec.c.
Referenced by decode_cu_r(), and reconstruct().
| IntraPredContext CUContext::ipred |
Definition at line 484 of file rv60dec.c.
Referenced by decode_cu_r(), and populate_ipred().
1.8.17