Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h91 YV12_BUFFER_CONFIG scaled_temp; member
Dvp9_encoder.c1020 vpx_free_frame_buffer(&cpi->svc.scaled_temp); in dealloc_compressor_data()
1021 memset(&cpi->svc.scaled_temp, 0, sizeof(cpi->svc.scaled_temp)); in dealloc_compressor_data()
1283 &cpi->svc.scaled_temp, cm->width >> 1, cm->height >> 1, in alloc_util_frame_buffers()
3709 svc->scaled_temp.y_width == cm->width << 1 &&
3710 svc->scaled_temp.y_height == cm->height << 1) {
3717 cm, cpi->un_scaled_source, &cpi->scaled_source, &svc->scaled_temp,
3726 cpi->Source = &svc->scaled_temp;
4387 YV12_BUFFER_CONFIG *scaled_temp, INTERP_FILTER filter_type, argument
4393 vp9_scale_and_extend_frame(unscaled, scaled_temp, filter_type2,
4395 vp9_scale_and_extend_frame(scaled_temp, scaled, filter_type,
[all …]
Dvp9_encoder.h1003 YV12_BUFFER_CONFIG *scaled_temp, INTERP_FILTER filter_type,