Searched refs:gi2_flat_scale_mat_32x32 (Results 1 – 6 of 6) sorted by relevance
/external/libhevc/common/ |
D | ihevc_quant_tables.c | 47 const WORD16 gi2_flat_scale_mat_32x32[] = variable
|
D | ihevc_quant_tables.h | 37 extern const WORD16 gi2_flat_scale_mat_32x32[];
|
/external/libhevc/decoder/ |
D | ihevcd_process_slice.c | 929 (WORD16 *)gi2_flat_scale_mat_32x32; in ihevcd_process() 931 (WORD16 *)gi2_flat_scale_mat_32x32; in ihevcd_process() 933 (WORD16 *)gi2_flat_scale_mat_32x32; in ihevcd_process() 935 (WORD16 *)gi2_flat_scale_mat_32x32; in ihevcd_process() 938 (WORD16 *)gi2_flat_scale_mat_32x32; in ihevcd_process() 940 (WORD16 *)gi2_flat_scale_mat_32x32; in ihevcd_process() 942 (WORD16 *)gi2_flat_scale_mat_32x32; in ihevcd_process() 944 (WORD16 *)gi2_flat_scale_mat_32x32; in ihevcd_process() 951 (WORD16 *)gi2_flat_scale_mat_32x32; in ihevcd_process() 960 (WORD16 *)gi2_flat_scale_mat_32x32; in ihevcd_process()
|
D | ihevcd_parse_headers.c | 81 …memcpy(pi2_scaling_mat, gi2_flat_scale_mat_32x32, 6*16*sizeof(WORD16)); … 106 …memcpy(pi2_scaling_mat, gi2_flat_scale_mat_32x32, 6*16*sizeof(WORD16)); … 108 …memcpy(pi2_scaling_mat + scaling_mat_offset[6], gi2_flat_scale_mat_32x32, 6*64*sizeof(WORD16)); … 110 …memcpy(pi2_scaling_mat + scaling_mat_offset[12], gi2_flat_scale_mat_32x32, 3*256*sizeof(WORD16)); … 111 …memcpy(pi2_scaling_mat + scaling_mat_offset[15], gi2_flat_scale_mat_32x32, 3*256*sizeof(WORD16)); … 113 …memcpy(pi2_scaling_mat + scaling_mat_offset[18], gi2_flat_scale_mat_32x32, 1024*sizeof(WORD16)); … 114 …memcpy(pi2_scaling_mat + scaling_mat_offset[19], gi2_flat_scale_mat_32x32, 1024*sizeof(WORD16)); …
|
/external/libhevc/encoder/ |
D | ihevce_ipe_pass.c | 472 ps_ctxt->api2_scal_mat[4] = (WORD16 *)&gi2_flat_scale_mat_32x32[0]; in ihevce_ipe_init() 478 ps_ctxt->api2_scal_mat[9] = (WORD16 *)&gi2_flat_scale_mat_32x32[0]; in ihevce_ipe_init()
|
D | ihevce_enc_loop_pass.c | 5280 ps_ctxt->api2_scal_mat[4] = (WORD16 *)&gi2_flat_scale_mat_32x32[0]; in ihevce_enc_loop_init() 5286 ps_ctxt->api2_scal_mat[9] = (WORD16 *)&gi2_flat_scale_mat_32x32[0]; in ihevce_enc_loop_init()
|