Home
last modified time | relevance | path

Searched refs:granularity_top_left_log2 (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbNeighborArrays.c39 na_unit_ptr->granularity_top_left_log2 = (uint8_t)( in neighbor_array_unit_ctor32()
51 na_unit_ptr->granularity_top_left_log2 in neighbor_array_unit_ctor32()
85 na_unit_ptr->granularity_top_left_log2 = (uint8_t)( in neighbor_array_unit_ctor()
97 na_unit_ptr->granularity_top_left_log2 in neighbor_array_unit_ctor()
159 return na_unit_ptr->left_array_size + (loc_x >> na_unit_ptr->granularity_top_left_log2) - in get_neighbor_array_unit_top_left_index_32()
160 (loc_y >> na_unit_ptr->granularity_top_left_log2); in get_neighbor_array_unit_top_left_index_32()
165 return na_unit_ptr->left_array_size + (loc_x >> na_unit_ptr->granularity_top_left_log2) - in get_neighbor_array_unit_top_left_index()
166 (loc_y >> na_unit_ptr->granularity_top_left_log2); in get_neighbor_array_unit_top_left_index()
694 count = ((block_width + block_height) >> na_unit_ptr->granularity_top_left_log2) - 1; in neighbor_array_unit_mode_write32()
877 count = ((bw + bh) >> na_src->granularity_top_left_log2) - 1; in copy_neigh_arr()
[all …]
H A DEbNeighborArrays.h59 uint8_t granularity_top_left_log2; member
74 uint8_t granularity_top_left_log2; member
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbNeighborArrays.c39 na_unit_ptr->granularity_top_left_log2 = (uint8_t)( in neighbor_array_unit_ctor32()
51 na_unit_ptr->granularity_top_left_log2 in neighbor_array_unit_ctor32()
85 na_unit_ptr->granularity_top_left_log2 = (uint8_t)( in neighbor_array_unit_ctor()
97 na_unit_ptr->granularity_top_left_log2 in neighbor_array_unit_ctor()
159 return na_unit_ptr->left_array_size + (loc_x >> na_unit_ptr->granularity_top_left_log2) - in get_neighbor_array_unit_top_left_index_32()
160 (loc_y >> na_unit_ptr->granularity_top_left_log2); in get_neighbor_array_unit_top_left_index_32()
165 return na_unit_ptr->left_array_size + (loc_x >> na_unit_ptr->granularity_top_left_log2) - in get_neighbor_array_unit_top_left_index()
166 (loc_y >> na_unit_ptr->granularity_top_left_log2); in get_neighbor_array_unit_top_left_index()
694 count = ((block_width + block_height) >> na_unit_ptr->granularity_top_left_log2) - 1; in neighbor_array_unit_mode_write32()
877 count = ((bw + bh) >> na_src->granularity_top_left_log2) - 1; in copy_neigh_arr()
[all …]
H A DEbNeighborArrays.h59 uint8_t granularity_top_left_log2; member
74 uint8_t granularity_top_left_log2; member
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbNeighborArrays.c33 na_unit_ptr->granularity_top_left_log2 = (uint8_t)(Log2f(na_unit_ptr->granularity_top_left)); in eb_vp9_neighbor_array_unit_ctor()
36 …LEFT_MASK) ? (maxpicture_width + maxpicture_height) >> na_unit_ptr->granularity_top_left_log2 : 0); in eb_vp9_neighbor_array_unit_ctor()
110 …t_array_size + (loc_x >> na_unit_ptr->granularity_top_left_log2) - (loc_y >> na_unit_ptr->granular… in eb_vp9_get_neighbor_array_unit_top_left_index()
577 count = ((block_width + block_height) >> na_unit_ptr->granularity_top_left_log2) - 1; in eb_vp9_neighbor_array_unit_mode_write()
H A DEbNeighborArrays.h46 uint8_t granularity_top_left_log2; member
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbNeighborArrays.c33 na_unit_ptr->granularity_top_left_log2 = (uint8_t)(Log2f(na_unit_ptr->granularity_top_left)); in eb_vp9_neighbor_array_unit_ctor()
36 …LEFT_MASK) ? (maxpicture_width + maxpicture_height) >> na_unit_ptr->granularity_top_left_log2 : 0); in eb_vp9_neighbor_array_unit_ctor()
110 …t_array_size + (loc_x >> na_unit_ptr->granularity_top_left_log2) - (loc_y >> na_unit_ptr->granular… in eb_vp9_get_neighbor_array_unit_top_left_index()
577 count = ((block_width + block_height) >> na_unit_ptr->granularity_top_left_log2) - 1; in eb_vp9_neighbor_array_unit_mode_write()
H A DEbNeighborArrays.h46 uint8_t granularity_top_left_log2; member