Searched refs:encode_with_recode_loop (Results 1 – 3 of 3) sorted by relevance
| /external/libaom/doc/dev_guide/ |
| 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 730 - \ref encode_with_recode_loop()
|
| /external/libaom/av1/encoder/ |
| D | encoder.c | 2702 static int encode_with_recode_loop(AV1_COMP *cpi, size_t *size, uint8_t *dest) { in encode_with_recode_loop() function 3128 err = encode_with_recode_loop(cpi, size, dest); in encode_with_recode_loop_and_filter()
|
| /external/libvpx/vp9/encoder/ |
| D | vp9_encoder.c | 4353 static void encode_with_recode_loop(VP9_COMP *cpi, size_t *size, uint8_t *dest function 5551 encode_with_recode_loop(cpi, size, dest, &encode_frame_result->rq_history); 5553 encode_with_recode_loop(cpi, size, dest);
|