Searched refs:uv_buf_stride (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | temporal_filter.c | 258 int uv_buf_stride, unsigned int block_width, unsigned int block_height, in av1_apply_temporal_filter_c() argument 281 calculate_squared_errors(u_frame1, uv_stride, u_pred, uv_buf_stride, in av1_apply_temporal_filter_c() 283 calculate_squared_errors(v_frame1, uv_stride, v_pred, uv_buf_stride, in av1_apply_temporal_filter_c() 329 const int u_pixel_value = u_pred[uv_r * uv_buf_stride + uv_c]; in av1_apply_temporal_filter_c() 330 const int v_pixel_value = v_pred[uv_r * uv_buf_stride + uv_c]; in av1_apply_temporal_filter_c() 399 const uint8_t *vp, int uv_buf_stride, unsigned int block_width, in av1_highbd_apply_temporal_filter_c() argument 429 highbd_calculate_squared_errors(u_frame1, uv_stride, u_pred, uv_buf_stride, in av1_highbd_apply_temporal_filter_c() 431 highbd_calculate_squared_errors(v_frame1, uv_stride, v_pred, uv_buf_stride, in av1_highbd_apply_temporal_filter_c() 477 const int u_pixel_value = u_pred[uv_r * uv_buf_stride + uv_c]; in av1_highbd_apply_temporal_filter_c() 478 const int v_pixel_value = v_pred[uv_r * uv_buf_stride + uv_c]; in av1_highbd_apply_temporal_filter_c()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 227 int uv_buf_stride, unsigned int block_width, unsigned int block_height, in apply_temporal_filter() argument 262 u_frame1[i * uv_stride + j] - u_pred[i * uv_buf_stride + j]; in apply_temporal_filter() 264 v_frame1[i * uv_stride + j] - v_pred[i * uv_buf_stride + j]; in apply_temporal_filter() 314 const int u_pixel_value = u_pred[uv_r * uv_buf_stride + uv_c]; in apply_temporal_filter() 315 const int v_pixel_value = v_pred[uv_r * uv_buf_stride + uv_c]; in apply_temporal_filter()
|
/external/u-boot/arch/arm/include/asm/arch-tegra/ |
D | dc.h | 311 uint uv_buf_stride; /* _WIN_UV_BUF_STRIDE_0 */ member
|