Searched refs:encode_with_recode_loop (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libaom/doc/dev_guide/ |
H A D | av1_encoder.dox | 360 in-loop filters (with recode loops \ref encode_with_recode_loop(), or 365 Except for rate/quality control, both \ref encode_with_recode_loop() and 738 - \ref encode_with_recode_loop()
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_encoder.c | 4502 static void encode_with_recode_loop(VP9_COMP *cpi, size_t *size, uint8_t *dest, function 5632 encode_with_recode_loop(cpi, size, dest, dest_size, 5638 encode_with_recode_loop(cpi, size, dest, dest_size);
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | encoder.c | 2785 static int encode_with_recode_loop(AV1_COMP *cpi, size_t *size, uint8_t *dest, in encode_with_recode_loop() function 3215 err = encode_with_recode_loop(cpi, size, dest, dest_size); in encode_with_recode_loop_and_filter()
|