Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/doc/dev_guide/
H A Dav1_encoder.dox360 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 Dvp9_encoder.c4502 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 Dencoder.c2785 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()