Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_direct.c79 sl->dist_scale_factor[i] = get_scale_factor(sl, poc, poc1, i); in ff_h264_direct_dist_scale_factor()
584 const int *dist_scale_factor = sl->dist_scale_factor; in pred_temp_direct_motion() local
590 dist_scale_factor = sl->dist_scale_factor_field[sl->mb_y & 1]; in pred_temp_direct_motion()
624 scale = dist_scale_factor[ref0]; in pred_temp_direct_motion()
653 const int scale = dist_scale_factor[ref0]; in pred_temp_direct_motion()
691 scale = dist_scale_factor[ref0]; in pred_temp_direct_motion()
H A Dh264dec.h252 int dist_scale_factor[32]; member
H A Dh264_slice.c738 int dist_scale_factor = (tb * tx + 32) >> 8; in implicit_weight_table() local
739 if (dist_scale_factor >= -64 && dist_scale_factor <= 128) in implicit_weight_table()
740 w = 64 - dist_scale_factor; in implicit_weight_table()

Completed in 8 milliseconds