Searched refs:tmp_m (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve_msa.h | 97 v16u8 tmp_m; \ 99 tmp_m = PCKEV_XORI128_UB(in1, in0); \ 100 tmp_m = __msa_aver_u_b(tmp_m, (v16u8)dst); \ 101 ST_UB(tmp_m, (pdst)); \ 106 v16u8 tmp_m; \ 108 tmp_m = (v16u8)__msa_pckev_b((v16i8)in0, (v16i8)in1); \ 109 tmp_m = __msa_aver_u_b(tmp_m, (v16u8)dst); \ 110 ST_UB(tmp_m, (pdst)); \
|
D | macros_msa.h | 1751 v8i16 tmp_m; \ 1753 tmp_m = __msa_clti_s_h((v8i16)in, 0); \ 1754 ILVRL_H2_SW(tmp_m, in, out0, out1); \ 2058 v16i8 tmp_m; \ 2060 tmp_m = __msa_pckev_b((v16i8)in1, (v16i8)in0); \ 2061 ST_SB(tmp_m, (pdst)); \
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_texgen.c | 70 GLfloat *tmp_m; member 310 GLfloat *m = store->tmp_m; in texgen_sphere_map() 313 store->tmp_m, in texgen_sphere_map() 344 const GLfloat *m = store->tmp_m; in texgen() 351 build_m_tab[eye->size]( store->tmp_f, store->tmp_m, normal, eye ); in texgen() 572 store->tmp_m = malloc(VB->Size * sizeof(GLfloat)); in alloc_texgen_data() 591 free( store->tmp_m ); in free_texgen_data()
|
/external/libdrm/tests/planetest/ |
D | modeset.c | 85 drmModeModeInfoPtr tmp_m = &c->conn->modes[j]; in initialize_screens() local 87 if (!(tmp_m->type & DRM_MODE_TYPE_PREFERRED)) in initialize_screens() 90 m = tmp_m; in initialize_screens()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 1524 v8i16 tmp_m; \ 1526 tmp_m = __msa_clti_s_h((v8i16)in, 0); \ 1527 ILVRL_H2_SW(tmp_m, in, out0, out1); \ 1741 v16i8 tmp_m; \ 1742 tmp_m = __msa_pckev_b((v16i8)in1, (v16i8)in0); \ 1743 ST_SB(tmp_m, (pdst)); \
|
/external/webp/src/dsp/ |
D | msa_macro.h | 1258 const v8i16 tmp_m = __msa_clti_s_h((v8i16)in, 0); \ 1259 ILVRL_H2_SW(tmp_m, in, out0, out1); \
|