/external/opencv3/3rdparty/libjasper/ |
jp2_dec.h | 73 jp2_box_t *pclr; member in struct:__anon20854
|
jp2_cod.c | 156 {JP2_BOX_PCLR, "PCLR", 0, 816 jp2_pclr_t *pclr = &box->data.pclr; local 817 if (pclr->lutdata) { 818 jas_free(pclr->lutdata); 820 if (pclr->bpc) 821 jas_free(pclr->bpc); 826 jp2_pclr_t *pclr = &box->data.pclr; local 832 pclr->lutdata = 0 875 jp2_pclr_t *pclr = &box->data.pclr; local [all...] |
jp2_dec.c | 183 if (!dec->pclr) { 184 dec->pclr = box; 304 /* If a CMAP box is present, a PCLR box must also be present. */ 305 if (dec->cmap && !dec->pclr) { 306 jas_eprintf("warning: missing PCLR box or superfluous CMAP box\n"); 311 /* If a CMAP box is not present, a PCLR box must not be present. */ 312 if (!dec->cmap && dec->pclr) { 313 jas_eprintf("warning: missing CMAP box or superfluous PCLR box\n"); 314 jp2_box_destroy(dec->pclr); 315 dec->pclr = 0 [all...] |
jp2_cod.h | 186 /* PCLR box data. */ 268 jp2_pclr_t pclr; member in union:__anon20852::__anon20853
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/ |
err-sh4al-dsp.s | 19 dct pclr x0 pmuls a1,x0,m0 ! { dg-error "combined with pmuls" } 20 pclr a0 pmuls x1,y1,a0 ! { dg-warning "register is same" }
|
sh4al-dsp.s | 65 pclr a0 66 dct pclr a1 67 pclr x0 pmuls a1,x0,m0 68 pclr a1 pmuls x0,y0,a0 69 pclr a0 pmuls x1,y1,a1 70 pclr y0 pmuls y0,a1,m1
|
sh4al-dsp.d | 67 0x0000007e f8 00 8d 07 pclr a0 68 0x00000082 f8 00 8e 05 dct pclr a1 69 0x00000086 f8 00 4e 10 pclr x0 pmuls a1,x0,m0 70 0x0000008a f8 00 40 1b pclr a1 pmuls x0,y0,a0 71 0x0000008e f8 00 45 1e pclr a0 pmuls x1,y1,a1 72 0x00000092 f8 00 4b 15 pclr y0 pmuls y0,a1,m1
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
commoncontrols.h | 80 virtual HRESULT WINAPI SetBkColor(COLORREF clrBk,COLORREF *pclr) = 0; 81 virtual HRESULT WINAPI GetBkColor(COLORREF *pclr) = 0; 116 HRESULT (WINAPI *SetBkColor)(IImageList *This,COLORREF clrBk,COLORREF *pclr); 117 HRESULT (WINAPI *GetBkColor)(IImageList *This,COLORREF *pclr); 154 #define IImageList_SetBkColor(This,clrBk,pclr) (This)->lpVtbl->SetBkColor(This,clrBk,pclr) 155 #define IImageList_GetBkColor(This,pclr) (This)->lpVtbl->GetBkColor(This,pclr) 202 HRESULT WINAPI IImageList_SetBkColor_Proxy(IImageList *This,COLORREF clrBk,COLORREF *pclr); 204 HRESULT WINAPI IImageList_GetBkColor_Proxy(IImageList *This,COLORREF *pclr); [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/arch/ |
sh-dsp.s | 110 dct pclr m0 ;!/* 10001101xxyynnnn pclr <DSP_REG_N> */ {"pclr", {DSP_REG_N},{PPI,PPIC,HEX_8,HEX_D}, arch_sh_dsp_up} [all...] |
sh3-dsp.s | [all...] |
sh4al-dsp.s | [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/arch/ |
sh-dsp.s | 110 dct pclr m0 ;!/* 10001101xxyynnnn pclr <DSP_REG_N> */ {"pclr", {DSP_REG_N},{PPI,PPIC,HEX_8,HEX_D}, arch_sh_dsp_up} [all...] |
sh3-dsp.s | [all...] |
sh4al-dsp.s | [all...] |