Searched refs:recode_loop_test (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | rc_utils.h | 128 static inline int recode_loop_test(AV1_COMP *cpi, int high_limit, int low_limit, in recode_loop_test() function 375 if (recode_loop_test(cpi, frame_over_shoot_limit, frame_under_shoot_limit, *q, in recode_loop_update_q()
|
/aosp_15_r20/external/libvpx/vp8/encoder/ |
H A D | onyx_if.c | 2814 static int recode_loop_test(VP8_COMP *cpi, int high_limit, int low_limit, int q, in recode_loop_test() function 4086 else if (recode_loop_test(cpi, frame_over_shoot_limit, in encode_frame_to_data_rate()
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_encoder.c | 3253 static int recode_loop_test(VP9_COMP *cpi, int high_limit, int low_limit, int q, function 4793 } else if (recode_loop_test(cpi, frame_over_shoot_limit,
|
/aosp_15_r20/external/libaom/doc/dev_guide/ |
H A D | av1_encoder.dox | 741 - \ref recode_loop_test()
|