Searched refs:orig_source (Results 1 – 6 of 6) sorted by relevance
56 orig_source = ''58 orig_source = f.read()62 for line in orig_source.splitlines(True):81 if new_source != orig_source:
441 orig_source = parser.unparse(node, indentation=' ')442 orig_str = textwrap.dedent(orig_source).strip()
326 aom_free_frame_buffer(&cpi->orig_source); in dealloc_compressor_data()
1696 assert(cpi->orig_source.buffer_alloc_sz > 0);1697 cpi->source = &cpi->orig_source;
2697 if (cpi->orig_source.buffer_alloc_sz == 0 || in encode_without_recode()2702 &cpi->orig_source, cpi->oxcf.frm_dim_cfg.width, in encode_without_recode()2711 aom_yv12_copy_y(cpi->source, &cpi->orig_source, 1); in encode_without_recode()2712 aom_yv12_copy_u(cpi->source, &cpi->orig_source, 1); in encode_without_recode()2713 aom_yv12_copy_v(cpi->source, &cpi->orig_source, 1); in encode_without_recode()
2973 YV12_BUFFER_CONFIG orig_source; member