Home
last modified time | relevance | path

Searched refs:dist_scale_factor (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_direct.c80 sl->dist_scale_factor[i] = get_scale_factor(sl, poc, poc1, i); in ff_h264_direct_dist_scale_factor()
585 const int *dist_scale_factor = sl->dist_scale_factor; in pred_temp_direct_motion() local
591 dist_scale_factor = sl->dist_scale_factor_field[sl->mb_y & 1]; in pred_temp_direct_motion()
625 scale = dist_scale_factor[ref0]; in pred_temp_direct_motion()
654 const int scale = dist_scale_factor[ref0]; in pred_temp_direct_motion()
692 scale = dist_scale_factor[ref0]; in pred_temp_direct_motion()
Dh264dec.h266 int dist_scale_factor[32]; member
Dh264_slice.c714 int dist_scale_factor = (tb * tx + 32) >> 8; in implicit_weight_table() local
715 if (dist_scale_factor >= -64 && dist_scale_factor <= 128) in implicit_weight_table()
716 w = 64 - dist_scale_factor; in implicit_weight_table()