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.h90 YV12_BUFFER_CONFIG scaled_temp; member
Dvp9_encoder.c1067 vpx_free_frame_buffer(&cpi->svc.scaled_temp); in dealloc_compressor_data()
1068 memset(&cpi->svc.scaled_temp, 0, sizeof(cpi->svc.scaled_temp)); in dealloc_compressor_data()
1330 &cpi->svc.scaled_temp, cm->width >> 1, cm->height >> 1, in alloc_util_frame_buffers()
3893 svc->scaled_temp.y_width == cm->width << 1 &&
3894 svc->scaled_temp.y_height == cm->height << 1) {
3901 cm, cpi->un_scaled_source, &cpi->scaled_source, &svc->scaled_temp,
3910 cpi->Source = &svc->scaled_temp;
4597 YV12_BUFFER_CONFIG *scaled_temp, INTERP_FILTER filter_type, argument
4603 vp9_scale_and_extend_frame(unscaled, scaled_temp, filter_type2,
4605 vp9_scale_and_extend_frame(scaled_temp, scaled, filter_type,
[all …]
Dvp9_encoder.h1014 YV12_BUFFER_CONFIG *scaled_temp, INTERP_FILTER filter_type,