Searched refs:gau1_encode_to_raster_y (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libhevc/encoder/ |
H A D | hme_globals.h | 60 extern U08 gau1_encode_to_raster_y[16];
|
H A D | hme_globals.c | 124 U08 gau1_encode_to_raster_y[16] = { 0, 0, 1, 1, 0, 0, 1, 1, 2, 2, 3, 3, 2, 2, 3, 3 }; variable
|
H A D | hme_refine.c | 6355 i4_y = (S32)gau1_encode_to_raster_y[i]; in hme_refine() 6396 i4_y = (S32)gau1_encode_to_raster_y[i]; in hme_refine() 7511 !gau1_encode_to_raster_y[blk_id_in_full_ctb]; in hme_refine() 7516 S32 y = gau1_encode_to_raster_y[blk_id_in_full_ctb]; in hme_refine() 9684 y = gau1_encode_to_raster_y[blk_id_in_full_ctb]; in hme_refine_no_encode() 9764 y = gau1_encode_to_raster_y[blk_id_in_full_ctb]; in hme_refine_no_encode()
|
H A D | hme_interface.c | 3824 blk_y = gau1_encode_to_raster_y[blk]; in hme_set_ctb_boundary_attrs()
|