FFmpeg
|
Context for storing H.264 prediction functions. More...
#include <h264pred.h>
Data Fields | |
void(* | pred4x4 [9+3+3])(uint8_t *src, const uint8_t *topright, ptrdiff_t stride) |
void(* | pred8x8l [9+3])(uint8_t *src, int topleft, int topright, ptrdiff_t stride) |
void(* | pred8x8 [4+3+4])(uint8_t *src, ptrdiff_t stride) |
void(* | pred16x16 [4+3+2])(uint8_t *src, ptrdiff_t stride) |
void(* | pred4x4_add [2])(uint8_t *pix, int16_t *block, ptrdiff_t stride) |
void(* | pred8x8l_add [2])(uint8_t *pix, int16_t *block, ptrdiff_t stride) |
void(* | pred8x8_add [3])(uint8_t *pix, const int *block_offset, int16_t *block, ptrdiff_t stride) |
void(* | pred16x16_add [3])(uint8_t *pix, const int *block_offset, int16_t *block, ptrdiff_t stride) |
Context for storing H.264 prediction functions.
Definition at line 92 of file h264pred.h.
void(* H264PredContext::pred4x4[9 + 3 + 3])(uint8_t *src, const uint8_t *topright, ptrdiff_t stride) |
Definition at line 93 of file h264pred.h.
Referenced by hl_decode_mb_predict_luma(), intra_predict(), and rv34_pred_4x4_block().
Definition at line 95 of file h264pred.h.
Referenced by hl_decode_mb_predict_luma().
Definition at line 97 of file h264pred.h.
Referenced by h264_pred_init_neon(), intra_predict(), and rv34_output_i16x16().
Definition at line 98 of file h264pred.h.
Referenced by h264_pred_init_neon(), hl_decode_mb_predict_luma(), intra_predict(), and rv34_output_i16x16().
Definition at line 100 of file h264pred.h.
Referenced by hl_decode_mb_predict_luma().
Definition at line 102 of file h264pred.h.
Referenced by hl_decode_mb_predict_luma().
void(* H264PredContext::pred8x8_add[3])(uint8_t *pix, const int *block_offset, int16_t *block, ptrdiff_t stride) |
Definition at line 104 of file h264pred.h.
void(* H264PredContext::pred16x16_add[3])(uint8_t *pix, const int *block_offset, int16_t *block, ptrdiff_t stride) |
Definition at line 107 of file h264pred.h.
Referenced by hl_decode_mb_idct_luma().