Searched refs:frame_to_encode (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libaom/examples/ |
H A D | lightfield_encoder.c | 120 static void get_raw_image(aom_image_t **frame_to_encode, aom_image_t *raw, in get_raw_image() argument 126 *frame_to_encode = raw_shift; in get_raw_image() 128 *frame_to_encode = raw; in get_raw_image() 143 aom_image_t *frame_to_encode; in pass0() local 178 get_raw_image(&frame_to_encode, raw, raw_shift); in pass0() 182 get_frame_stats(&codec, frame_to_encode, frame_count, 1, in pass0() 209 get_raw_image(&frame_to_encode, raw, raw_shift); in pass0() 212 get_frame_stats(&codec, frame_to_encode, frame_count, 1, in pass0() 250 aom_image_t *frame_to_encode; in pass1() local 333 get_raw_image(&frame_to_encode, raw, raw_shift); in pass1() [all …]
|
H A D | aom_cx_set_ref.c | 315 aom_image_t *frame_to_encode; in main() local 326 frame_to_encode = &raw_shift; in main() 328 frame_to_encode = &raw; in main() 356 encode_frame(&ecodec, frame_to_encode, frame_in, writer, test_decode, in main()
|
/aosp_15_r20/external/libvpx/ |
H A D | vpxenc.c | 1918 vpx_image_t *frame_to_encode; in main() local 1929 frame_to_encode = &raw_shift; in main() 1931 frame_to_encode = &raw; in main() 1935 assert(frame_to_encode->fmt & VPX_IMG_FMT_HIGHBITDEPTH); in main() 1939 frame_avail ? frame_to_encode : NULL, frames_in); in main() 1944 assert((frame_to_encode->fmt & VPX_IMG_FMT_HIGHBITDEPTH) == 0); in main() 1946 frame_avail ? frame_to_encode : NULL, in main()
|
/aosp_15_r20/external/libaom/apps/ |
H A D | aomenc.c | 2476 aom_image_t *frame_to_encode; in main() local 2487 frame_to_encode = &raw_shift; in main() 2489 frame_to_encode = &raw; in main() 2493 assert(frame_to_encode->fmt & AOM_IMG_FMT_HIGHBITDEPTH); in main() 2497 frame_avail ? frame_to_encode : NULL, frames_in); in main() 2502 assert((frame_to_encode->fmt & AOM_IMG_FMT_HIGHBITDEPTH) == 0); in main() 2504 encode_frame(stream, &global, frame_avail ? frame_to_encode : NULL, in main()
|
/aosp_15_r20/external/libaom/doc/dev_guide/ |
H A D | av1_encoder.dox | 1446 aom_image_t *frame_to_encode = ...; 1492 aom_image_t *frame_to_encode = ...;
|