Searched defs:luma_weight (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_parse.h | 77 int luma_weight[48][2][2]; member
|
H A D | dnxhddata.h | 52 const uint8_t *luma_weight, *chroma_weight; member
|
H A D | vaapi_h264.c | 188 fill_vaapi_plain_pred_weight_table(const H264Context *h, int list, unsigned char *luma_weight_flag, short luma_weight[32], short luma_offset[32], unsigned char *chroma_weight_flag, short chroma_weight[32][2], short chroma_offset[32][2]) fill_vaapi_plain_pred_weight_table() argument
|
H A D | hevcdec.c | 1500 luma_mc_uni(HEVCContext *s, uint8_t *dst, ptrdiff_t dststride, AVFrame *ref, const Mv *mv, int x_off, int y_off, int block_w, int block_h, int luma_weight, int luma_offset) luma_mc_uni() argument
|
Completed in 9 milliseconds