Searched refs:chroma_sub (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | noise_model.c | 1330 int w, int h, int stride[3], int chroma_sub[2], in aom_wiener_denoise_2d() 1347 if (chroma_sub[0] != chroma_sub[1]) { in aom_wiener_denoise_2d() 1365 if (chroma_sub[0] != 0) { in aom_wiener_denoise_2d() 1367 block_size >> chroma_sub[0], in aom_wiener_denoise_2d() 1369 window_chroma = get_half_cos_window(block_size >> chroma_sub[0]); in aom_wiener_denoise_2d() 1370 tx_chroma = aom_noise_tx_malloc(block_size >> chroma_sub[0]); in aom_wiener_denoise_2d() 1383 const int chroma_sub_h = c > 0 ? chroma_sub[1] : 0; in aom_wiener_denoise_2d() 1384 const int chroma_sub_w = c > 0 ? chroma_sub[0] : 0; in aom_wiener_denoise_2d() 1386 (c > 0 && chroma_sub[0] > 0) ? tx_chroma : tx_full; in aom_wiener_denoise_2d() 1388 if (c > 0 && chroma_sub[0] != 0) { in aom_wiener_denoise_2d() [all …]
|
/external/libaom/libaom/examples/ |
D | noise_model.c | 377 int chroma_sub[3] = { raw.x_chroma_shift, raw.y_chroma_shift, 0 }; in main() local 383 info.frame_height, strides, chroma_sub, flat_blocks, block_size); in main()
|
/external/libaom/libaom/test/ |
D | noise_model_test.cc | 1270 int chroma_sub[2] = { 1, 0 }; in TYPED_TEST_P() local 1272 this->kHeight, this->stride_, chroma_sub, in TYPED_TEST_P() 1276 chroma_sub[0] = 0; in TYPED_TEST_P() 1277 chroma_sub[1] = 1; in TYPED_TEST_P() 1279 this->kHeight, this->stride_, chroma_sub, in TYPED_TEST_P()
|