Searched refs:left_y (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_loopfilter.c | 659 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_masks() local 694 *left_y |= left_prediction_mask[block_size] << shift_y; in build_masks() 711 *left_y |= (size_mask[block_size] & left_64x64_txform_mask[tx_size_y]) in build_masks() 735 uint64_t *const left_y = &lfm->left_y[tx_size_y]; in build_y_mask() local 753 *left_y |= left_prediction_mask[block_size] << shift_y; in build_y_mask() 760 *left_y |= (size_mask[block_size] & left_64x64_txform_mask[tx_size_y]) in build_y_mask() 772 lfm->left_y[TX_16X16] |= lfm->left_y[TX_32X32]; in vp9_adjust_mask() 780 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border; in vp9_adjust_mask() 781 lfm->left_y[TX_4X4] &= ~left_border; in vp9_adjust_mask() 799 lfm->left_y[i] &= mask_y; in vp9_adjust_mask() [all …]
|
D | vp9_loopfilter.h | 61 uint64_t left_y[TX_SIZES]; member
|
/external/libaom/libaom/av1/common/ |
D | av1_loopfilter.c | 629 check_mask(lfm->left_y); in check_loop_filter_masks() 645 for (int i = 0; i < 4; ++i) lfm->left_y[sqr_tx_size].bits[i] |= mask[i]; in update_masks() 1057 av1_zero(lfm->left_y); in av1_setup_bitmask() 1100 lfm->left_y[TX_16X16].bits[j] |= lfm->left_y[TX_32X32].bits[j]; in av1_setup_bitmask() 1101 lfm->left_y[TX_16X16].bits[j] |= lfm->left_y[TX_64X64].bits[j]; in av1_setup_bitmask() 1106 lfm->left_y[TX_32X32].bits[j] = 0; in av1_setup_bitmask() 1107 lfm->left_y[TX_64X64].bits[j] = 0; in av1_setup_bitmask() 1532 case 0: lfm->left_y[min_tx_size].bits[index] |= mask_1; break; in av1_build_bitmask_vert_info() 1672 mask_16x16 = lfm->left_y[TX_16X16].bits[index]; in av1_filter_block_plane_bitmask_vert() 1673 mask_8x8 = lfm->left_y[TX_8X8].bits[index]; in av1_filter_block_plane_bitmask_vert() [all …]
|
D | av1_loopfilter.h | 52 FilterMask left_y[TX_SIZES]; member
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.hpp | 136 … glw::GLuint left_y, glw::GLuint left_layer, glw::GLuint left_level, const targetDesc& right_desc,
|
D | gl4cCopyImageTests.cpp | 2892 …:compareImages(const targetDesc& left_desc, const GLubyte* left_data, GLuint left_x, GLuint left_y, in compareImages() argument 2927 const GLuint left_reg_line_offset = left_line_size * left_y; in compareImages() 2969 << y + left_y << ", " << left_layer << "] lvl:" << left_level in compareImages()
|
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_ssse3.c | 901 const __m128i left_y = _mm_cvtsi32_si128((uint32_t)left[y]); in smooth_predictor_wxh() local 905 _mm_shuffle_epi32(_mm_unpacklo_epi16(weights_y, left_y), 0); in smooth_predictor_wxh() 1594 const __m128i left_y = _mm_cvtsi32_si128((uint32_t)left[y]); in smooth_h_predictor_wxh() local 1596 _mm_shuffle_epi32(_mm_unpacklo_epi16(top_right, left_y), 0); in smooth_h_predictor_wxh()
|