/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/ |
movb.s | 16 movb 15,x,cat3,x 20 movb cat3,x,15,x 32 movw 15,x,cat3,x 36 movw cat3,x,15,x 48 movb 15,y,cat3,y 52 movb cat3,y,15,y 64 movw 15,y,cat3,y 68 movw cat3,y,15,y 80 movb 15,y,cat3,pc 84 movb cat3,y,15,p [all...] |
/external/libvpx/libvpx/vp8/common/ |
entropy.c | 151 init_bit_tree(cat3, 3); 160 static const vp8_tree_index cat3[6] = { 2, 2, 4, 4, 0, 0 }; variable 175 { cat3, Pcat3, 3, 11},
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
entropy.c | 151 init_bit_tree(cat3, 3); 160 static const vp8_tree_index cat3[6] = { 2, 2, 4, 4, 0, 0 }; variable 175 { cat3, Pcat3, 3, 11},
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_tokenize.c | 67 static vp9_tree_index cat1[2], cat2[4], cat3[6], cat4[8], cat5[10], cat6[28]; variable 83 init_bit_tree(cat3, 3); 97 {cat3, Pcat3, 3, 11}, // CATEGORY3_TOKEN
|