Home
last modified time | relevance | path

Searched refs:gau1_encode_to_raster_y (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libhevc/encoder/
H A Dhme_globals.h60 extern U08 gau1_encode_to_raster_y[16];
H A Dhme_globals.c124 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 Dhme_refine.c6355 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 Dhme_interface.c3824 blk_y = gau1_encode_to_raster_y[blk]; in hme_set_ctb_boundary_attrs()