Searched refs:gau1_encode_to_raster_y (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/encoder/ |
D | hme_globals.h | 60 extern U08 gau1_encode_to_raster_y[16];
|
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
|
D | hme_refine.c | 6339 i4_y = (S32)gau1_encode_to_raster_y[i]; in hme_refine() 6380 i4_y = (S32)gau1_encode_to_raster_y[i]; in hme_refine() 7495 !gau1_encode_to_raster_y[blk_id_in_full_ctb]; in hme_refine() 7500 S32 y = gau1_encode_to_raster_y[blk_id_in_full_ctb]; in hme_refine() 9668 y = gau1_encode_to_raster_y[blk_id_in_full_ctb]; in hme_refine_no_encode() 9748 y = gau1_encode_to_raster_y[blk_id_in_full_ctb]; in hme_refine_no_encode()
|
D | hme_interface.c | 3824 blk_y = gau1_encode_to_raster_y[blk]; in hme_set_ctb_boundary_attrs()
|