/external/libaom/libaom/examples/ |
D | scalable_encoder.c | 212 if (aom_codec_control(&codec, AOME_SET_CPUUSED, 8)) in main() 215 if (aom_codec_control(&codec, AV1E_SET_TILE_COLUMNS, 2)) in main() 217 if (aom_codec_control(&codec, AV1E_SET_NUM_TG, 3)) in main() 220 if (aom_codec_control(&codec, AOME_SET_NUMBER_SPATIAL_LAYERS, 2)) in main() 244 if (aom_codec_control(&codec, AOME_SET_SPATIAL_LAYER_ID, 0)) in main() 246 if (aom_codec_control(&codec, AOME_SET_CQ_LEVEL, 62)) in main() 263 if (aom_codec_control(&codec, AOME_SET_SPATIAL_LAYER_ID, 1)) in main() 265 if (aom_codec_control(&codec, AOME_SET_CQ_LEVEL, 10)) in main()
|
D | lightfield_encoder.c | 145 if (aom_codec_control(&codec, AOME_SET_ENABLEAUTOALTREF, 0)) in pass0() 147 if (aom_codec_control(&codec, AV1E_SET_FRAME_PARALLEL_DECODING, 0)) in pass0() 190 if (aom_codec_control(&codec, AV1E_SET_FRAME_PARALLEL_DECODING, 1)) in pass0() 258 if (aom_codec_control(&codec, AOME_SET_ENABLEAUTOALTREF, 0)) in pass1() 260 if (aom_codec_control(&codec, AV1E_SET_FRAME_PARALLEL_DECODING, 0)) in pass1() 267 if (aom_codec_control(&codec, AV1E_SET_SUPERBLOCK_SIZE, in pass1() 328 if (aom_codec_control(&codec, AV1_COPY_NEW_FRAME_IMAGE, in pass1() 341 if (aom_codec_control(&codec, AOME_SET_CQ_LEVEL, 36)) in pass1() 343 if (aom_codec_control(&codec, AV1E_SET_FRAME_PARALLEL_DECODING, 1)) in pass1() 345 if (aom_codec_control(&codec, AV1E_SET_SINGLE_TILE_DECODING, 1)) in pass1() [all …]
|
D | lightfield_tile_list_decoder.c | 54 if (aom_codec_control(codec, AV1D_GET_TILE_SIZE, &tile_size)) in write_tile_yuv1d() 61 if (aom_codec_control(codec, AV1D_GET_TILE_COUNT, &tile_count)) in write_tile_yuv1d() 139 if (aom_codec_control(&codec, AV1D_SET_IS_ANNEXB, info->is_annexb)) { in main() 153 if (aom_codec_control(&codec, AV1D_GET_IMG_FORMAT, &ref_fmt)) in main() 157 if (aom_codec_control(&codec, AV1D_GET_FRAME_SIZE, frame_res)) in main() 172 if (aom_codec_control(&codec, AV1_COPY_NEW_FRAME_IMAGE, in main()
|
D | aom_cx_set_ref.c | 79 if (aom_codec_control(encoder, AV1_GET_NEW_FRAME_IMAGE, &enc_img)) in testing_decode() 81 if (aom_codec_control(decoder, AV1_GET_NEW_FRAME_IMAGE, &dec_img)) in testing_decode() 163 if (aom_codec_control(dcodec, AV1_COPY_NEW_FRAME_IMAGE, ext_ref)) in encode_frame() 300 if (aom_codec_control(&ecodec, AOME_SET_ENABLEAUTOALTREF, 0)) in main() 334 if (aom_codec_control(&ecodec, AV1_SET_REFERENCE, &ref)) in main() 342 if (aom_codec_control(&dcodec, AV1_SET_REFERENCE, &ref)) in main()
|
D | lightfield_decoder.c | 107 if (aom_codec_control(codec, AV1_SET_REFERENCE, &ref)) { in decode_tile() 129 if (aom_codec_control(codec, AV1D_GET_TILE_SIZE, &tile_size)) in decode_tile() 200 if (aom_codec_control(&codec, AV1D_SET_IS_ANNEXB, info->is_annexb)) { in main() 213 if (aom_codec_control(&codec, AV1D_GET_IMG_FORMAT, &ref_fmt)) in main() 217 if (aom_codec_control(&codec, AV1D_GET_FRAME_SIZE, frame_res)) in main() 232 if (aom_codec_control(&codec, AV1_COPY_NEW_FRAME_IMAGE, in main()
|
D | set_maps.c | 74 if (aom_codec_control(codec, AOME_SET_ACTIVEMAP, &map)) in set_active_map() 88 if (aom_codec_control(codec, AOME_SET_ACTIVEMAP, &map)) in unset_active_map()
|
D | lightfield_bitstream_parsing.c | 333 if (aom_codec_control(&codec, AV1D_GET_IMG_FORMAT, &ref_fmt)) in main() 339 if (aom_codec_control(&codec, AV1D_GET_TILE_SIZE, &tile_size)) in main()
|
D | scalable_decoder.c | 123 if (aom_codec_control(&codec, AV1D_SET_OUTPUT_ALL_LAYERS, 1)) { in main()
|
D | analyzer.cc | 151 return aom_codec_control(&codec, AV1_GET_ACCOUNTING, accounting) == in getAccountingStruct() 159 return aom_codec_control(&codec, AV1_SET_INSPECTION_CALLBACK, &ii) == in setInspectionCallback()
|
D | inspect.c | 746 aom_codec_control(&codec, AV1_SET_INSPECTION_CALLBACK, &ii); in ifd_init_cb() 812 } else if (!aom_codec_control(&codec, AV1_GET_REFERENCE, &ref_dec)) { in read_frame()
|
/external/libaom/libaom/test/ |
D | level_test.cc | 84 aom_codec_control(&enc, AV1E_SET_TARGET_SEQ_LEVEL_IDX, in TEST_P() 88 aom_codec_control(&enc, AV1E_SET_TARGET_SEQ_LEVEL_IDX, in TEST_P()
|
/external/libaom/libaom/aom/ |
D | aom_codec.h | 399 #define aom_codec_control(ctx, id, data) aom_codec_control_(ctx, id, data) macro 414 #define aom_codec_control(ctx, id, data) \ macro
|
/external/libaom/libaom/apps/ |
D | aomdec.c | 688 if (aom_codec_control(&decoder, AV1D_SET_IS_ANNEXB, is_annexb)) { in main_loop() 693 if (aom_codec_control(&decoder, AV1D_SET_OPERATING_POINT, operating_point)) { in main_loop() 699 if (aom_codec_control(&decoder, AV1D_SET_OUTPUT_ALL_LAYERS, in main_loop() 706 if (aom_codec_control(&decoder, AV1D_SET_SKIP_FILM_GRAIN, skip_film_grain)) { in main_loop() 762 if (aom_codec_control(&decoder, AOMD_GET_LAST_QUANTIZER, &qp)) { in main_loop() 796 if (aom_codec_control(&decoder, AOMD_GET_FRAME_CORRUPTED, &corrupted)) { in main_loop() 820 if (aom_codec_control(&decoder, AV1D_GET_DISPLAY_SIZE, in main_loop()
|
D | aomenc.c | 1815 aom_codec_control(&stream->decoder, AV1_SET_TILE_MODE, in initialize_encoder() 1819 aom_codec_control(&stream->decoder, AV1D_SET_IS_ANNEXB, in initialize_encoder() 1823 aom_codec_control(&stream->decoder, AV1_SET_DECODE_TILE_ROW, -1); in initialize_encoder() 1826 aom_codec_control(&stream->decoder, AV1_SET_DECODE_TILE_COL, -1); in initialize_encoder() 1925 aom_codec_control(&stream->encoder, AOME_GET_LAST_QUANTIZER_64, &q); in update_quantizer_histogram() 2052 aom_codec_control(&stream->encoder, AV1_GET_NEW_FRAME_IMAGE, &enc_img); in test_decode() 2053 aom_codec_control(&stream->decoder, AV1_GET_NEW_FRAME_IMAGE, &dec_img); in test_decode() 2294 aom_codec_control(&stream->encoder, AV1E_SET_CHROMA_SUBSAMPLING_X, in main() 2296 aom_codec_control(&stream->encoder, AV1E_SET_CHROMA_SUBSAMPLING_Y, in main() 2300 aom_codec_control(&stream->encoder, AV1E_SET_CHROMA_SUBSAMPLING_X, in main() [all …]
|